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