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.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.