public abstract class DOMDigestMethod extends BaseStructure implements DigestMethod
RIPEMD160, SHA1, SHA256, SHA512| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AlgorithmParameterSpec |
getParameterSpec() |
int |
hashCode() |
static void |
marshal(XmlWriter xwriter,
DigestMethod digest,
String prefix)
This method invokes the abstract
marshalParams
method to marshal any algorithm-specific parameters. |
isFeatureSupported, textOfNodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitisFeatureSupportedgetAlgorithmpublic final AlgorithmParameterSpec getParameterSpec()
getParameterSpec in interface AlgorithmMethodgetParameterSpec in interface DigestMethodpublic static void marshal(XmlWriter xwriter, DigestMethod digest, String prefix) throws MarshalException
marshalParams
method to marshal any algorithm-specific parameters.MarshalExceptionCopyright © 2000–2016 The Apache Software Foundation. All rights reserved.