public class DOMXMLSignature.DOMSignatureValue extends DOMStructure implements XMLSignature.SignatureValue
| Modifier and Type | Method and 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) |
equalsContent, isFeatureSupportedclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitisFeatureSupportedpublic String getId()
getId in interface XMLSignature.SignatureValuepublic byte[] getValue()
getValue in interface XMLSignature.SignatureValuepublic String getEncodedValue()
public boolean validate(XMLValidateContext validateContext) throws XMLSignatureException
validate in interface XMLSignature.SignatureValueXMLSignatureExceptionpublic void marshal(Node parent, String dsPrefix, DOMCryptoContext context) throws MarshalException
marshal in class DOMStructureMarshalExceptionCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.