Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

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.

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01