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, isFeatureSupported
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
isFeatureSupported
public String getId()
getId
in interface XMLSignature.SignatureValue
public byte[] getValue()
getValue
in interface XMLSignature.SignatureValue
public String getEncodedValue()
public boolean validate(XMLValidateContext validateContext) throws XMLSignatureException
validate
in interface XMLSignature.SignatureValue
XMLSignatureException
public void marshal(Node parent, String dsPrefix, DOMCryptoContext context) throws MarshalException
marshal
in class DOMStructure
MarshalException
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.