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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getEncodedValue()
String
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 Detail
-
getId
public String getId()
- Specified by:
getId
in interfaceXMLSignature.SignatureValue
-
getValue
public byte[] getValue()
- Specified by:
getValue
in interfaceXMLSignature.SignatureValue
-
getEncodedValue
public String getEncodedValue()
-
validate
public boolean validate(XMLValidateContext validateContext) throws XMLSignatureException
- Specified by:
validate
in interfaceXMLSignature.SignatureValue
- Throws:
XMLSignatureException
-
marshal
public void marshal(Node parent, String dsPrefix, DOMCryptoContext context) throws MarshalException
- Specified by:
marshal
in classDOMStructure
- Throws:
MarshalException
-
-