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 TypeMethodDescriptionbooleangetId()byte[]getValue()inthashCode()voidmarshal(Node parent, String dsPrefix, DOMCryptoContext context) booleanvalidate(XMLValidateContext validateContext) Methods inherited from class DOMStructure
isFeatureSupportedMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface XMLStructure
isFeatureSupported
-
Method Details
-
getId
- Specified by:
getIdin interfaceXMLSignature.SignatureValue
-
getValue
public byte[] getValue()- Specified by:
getValuein interfaceXMLSignature.SignatureValue
-
getEncodedValue
-
validate
- Specified by:
validatein interfaceXMLSignature.SignatureValue- Throws:
XMLSignatureException
-
equals
-
hashCode
-
marshal
- Specified by:
marshalin classDOMStructure- Throws:
MarshalException
-