XMLSignature.SignatureValue
, XMLStructure
public class DOMXMLSignature.DOMSignatureValue extends DOMStructure implements XMLSignature.SignatureValue
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
String |
getEncodedValue() |
|
String |
getId() |
|
byte[] |
getValue() |
|
int |
hashCode() |
|
void |
marshal(XmlWriter xwriter,
String dsPrefix,
XMLCryptoContext context) |
|
boolean |
validate(XMLValidateContext validateContext) |
isFeatureSupported, textOfNode
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(XmlWriter xwriter, String dsPrefix, XMLCryptoContext context) throws MarshalException
marshal
in class DOMStructure
MarshalException
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.