Class DOMXMLSignature.DOMSignatureValue
java.lang.Object
org.apache.jcp.xml.dsig.internal.dom.DOMStructure
org.apache.jcp.xml.dsig.internal.dom.DOMXMLSignature.DOMSignatureValue
- All Implemented Interfaces:
XMLSignature.SignatureValue
,XMLStructure
- Enclosing class:
- DOMXMLSignature
public class DOMXMLSignature.DOMSignatureValue
extends DOMStructure
implements XMLSignature.SignatureValue
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
byte[]
getValue()
int
hashCode()
void
marshal
(Node parent, String dsPrefix, DOMCryptoContext context) boolean
validate
(XMLValidateContext validateContext) Methods inherited from class org.apache.jcp.xml.dsig.internal.dom.DOMStructure
isFeatureSupported
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.xml.crypto.XMLStructure
isFeatureSupported
-
Method Details
-
getId
- Specified by:
getId
in interfaceXMLSignature.SignatureValue
-
getValue
public byte[] getValue()- Specified by:
getValue
in interfaceXMLSignature.SignatureValue
-
getEncodedValue
-
validate
- Specified by:
validate
in interfaceXMLSignature.SignatureValue
- Throws:
XMLSignatureException
-
equals
-
hashCode
public int hashCode() -
marshal
- Specified by:
marshal
in classDOMStructure
- Throws:
MarshalException
-