public interface SignatureInfo
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
containsNode(Node n)
Checks if a part of the message represented by Node n is included under the signature. 
 | 
String | 
getC14NMethod()
Returns the URI of the canonicalization method used. 
 | 
Key | 
getKey()
Returns the Key the signature was created with. 
 | 
List | 
getReferences()
Returns a List of  
Reference objects
  corresponding to Reference elements in Signature element. | 
String | 
getSignatureMethod()
Return s the URI of the signature method used. 
 | 
Key getKey()
List getReferences()
Reference objects
  corresponding to Reference elements in Signature element.String getC14NMethod()
String getSignatureMethod()
boolean containsNode(Node n)
n - Node to be checked.