Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.xml.crypto.wss
Interface SignatureInfo.Reference

Enclosing interface:
SignatureInfo

public static interface SignatureInfo.Reference

Method Summary
abstract  boolean containsNode(Node n)
          Checks if the part of the message represented by Node n is included under the signature through this Reference.
abstract  String getDigestURI()
          Returns the URI of the digest algorithm used.
abstract  List getTransformURIs()
          Returns a List with a URI String for every Transform element in the Reference element.
abstract  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.

Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09