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 org.apache.jcp.xml.dsig.internal.dom.DOMStructure
isFeatureSupportedMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.xml.crypto.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
public int hashCode() -
marshal
- Specified by:
marshalin classDOMStructure- Throws:
MarshalException
-