public class DOMXMLSignature.DOMSignatureValue extends DOMStructure implements javax.xml.crypto.dsig.XMLSignature.SignatureValue
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getId() |
byte[] |
getValue() |
void |
marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
javax.xml.crypto.dom.DOMCryptoContext context) |
boolean |
validate(javax.xml.crypto.dsig.XMLValidateContext validateContext) |
isFeatureSupportedpublic java.lang.String getId()
getId in interface javax.xml.crypto.dsig.XMLSignature.SignatureValuepublic byte[] getValue()
getValue in interface javax.xml.crypto.dsig.XMLSignature.SignatureValuepublic boolean validate(javax.xml.crypto.dsig.XMLValidateContext validateContext)
throws javax.xml.crypto.dsig.XMLSignatureException
validate in interface javax.xml.crypto.dsig.XMLSignature.SignatureValuejavax.xml.crypto.dsig.XMLSignatureExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic void marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
javax.xml.crypto.dom.DOMCryptoContext context)
throws javax.xml.crypto.MarshalException
marshal in class DOMStructurejavax.xml.crypto.MarshalException