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


public interface SignatureInfo

Nested Class Summary
static interface SignatureInfo.Reference
           

 

Method Summary
abstract  boolean containsNode(Node n)
          Checks if a part of the message represented by Node n is included under the signature.
abstract  String getC14NMethod()
          Returns the URI of the canonicalization method used.
abstract  Key getKey()
          Returns the Key the signature was created with.
abstract  List getReferences()
          Returns a List of Reference objects corresponding to Reference elements in Signature element.
abstract  String getSignatureMethod()
          Return s the URI of the signature method used.

 

Method Detail

getKey

Key getKey()
Returns the Key the signature was created with.
Returns:
The Key.

getReferences

List getReferences()
Returns a List of Reference objects corresponding to Reference elements in Signature element.
Returns:
List of References.

getC14NMethod

String getC14NMethod()
Returns the URI of the canonicalization method used.
Returns:
The canonicalization method.

getSignatureMethod

String getSignatureMethod()
Return s the URI of the signature method used.
Returns:
The signature method.

containsNode

boolean containsNode(Node n)
Checks if a part of the message represented by Node n is included under the signature.
Parameters:
n - Node to be checked.
Returns:
true if Node is included under the signature, 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