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 TypeMethodDescriptionbooleangetId()byte[]getValue()inthashCode()voidmarshal(Node parent, String dsPrefix, DOMCryptoContext context) (package private) voidsetValue(byte[] value) 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
-
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:
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
-
setValue
void setValue(byte[] value)
-