AlgorithmMethod
, DigestMethod
, XMLStructure
public abstract class DOMDigestMethod extends BaseStructure implements DigestMethod
RIPEMD160, SHA1, SHA256, SHA512
Modifier and Type | Method | 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. |
getAlgorithm
isFeatureSupported, textOfNode
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
isFeatureSupported
public final AlgorithmParameterSpec getParameterSpec()
getParameterSpec
in interface AlgorithmMethod
getParameterSpec
in interface DigestMethod
public static void marshal(XmlWriter xwriter, DigestMethod digest, String prefix) throws MarshalException
marshalParams
method to marshal any algorithm-specific parameters.MarshalException
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.