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) |
isFeatureSupported
public java.lang.String getId()
getId
in interface javax.xml.crypto.dsig.XMLSignature.SignatureValue
public byte[] getValue()
getValue
in interface javax.xml.crypto.dsig.XMLSignature.SignatureValue
public boolean validate(javax.xml.crypto.dsig.XMLValidateContext validateContext) throws javax.xml.crypto.dsig.XMLSignatureException
validate
in interface javax.xml.crypto.dsig.XMLSignature.SignatureValue
javax.xml.crypto.dsig.XMLSignatureException
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public 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 DOMStructure
javax.xml.crypto.MarshalException