BEA Systems, Inc.

weblogic.xml.crypto.wss
Interface SignatureInfo.Reference

Enclosing interface:
SignatureInfo

public static interface SignatureInfo.Reference


Method Summary
 boolean containsNode(Node n)
          Checks if the part of the message represented by Node n is included under the signature through this Reference.
 String getDigestURI()
          Returns the URI of the digest algorithm used.
 List getTransformURIs()
          Returns a List with a URI String for every Transform element in the Reference element.
 String getURI()
          Returns the URI of the part of the message the reference points to.
 

Method Detail

getURI

String getURI()
Returns the URI of the part of the message the reference points to.

Returns:
The URI.

getTransformURIs

List getTransformURIs()
Returns a List with a URI String for every Transform element in the Reference element.

Returns:
The transform URIs List.

getDigestURI

String getDigestURI()
Returns the URI of the digest algorithm used.

Returns:
The digest URI.

containsNode

boolean containsNode(Node n)
Checks if the part of the message represented by Node n is included under the signature through this Reference.

Parameters:
n - Node to be checked.
Returns:
true if Node is included under the signature through this Reference, return false otherwise.

Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.