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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
byte[]
getValue()
int
hashCode()
void
marshal
(Node parent, String dsPrefix, DOMCryptoContext context) (package private) void
setValue
(byte[] value) 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
-
Field Details
-
id
-
value
private byte[] value -
valueBase64
-
sigValueElem
-
validated
private boolean validated -
validationStatus
private boolean validationStatus
-
-
Constructor Details
-
DOMSignatureValue
DOMSignatureValue(String id) -
DOMSignatureValue
DOMSignatureValue(Element sigValueElem) throws MarshalException - Throws:
MarshalException
-
-
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
-
setValue
void setValue(byte[] value)
-