Module org.apache.santuario.xmlsec
Class DOMDigestMethod
java.lang.Object
org.apache.jcp.xml.dsig.internal.dom.DOMStructure
org.apache.jcp.xml.dsig.internal.dom.DOMDigestMethod
- All Implemented Interfaces:
AlgorithmMethod,DigestMethod,XMLStructure
DOM-based abstract implementation of DigestMethod.
-
Field Summary
Fields inherited from interface javax.xml.crypto.dsig.DigestMethod
RIPEMD160, SHA1, SHA256, SHA512 -
Method Summary
Modifier and TypeMethodDescriptionbooleanfinal AlgorithmParameterSpecinthashCode()voidmarshal(Node parent, String prefix, DOMCryptoContext context) This method invokes the abstractmarshalParamsmethod to marshal any algorithm-specific parameters.Methods inherited from class org.apache.jcp.xml.dsig.internal.dom.DOMStructure
equalsContent, isFeatureSupportedMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.xml.crypto.AlgorithmMethod
getAlgorithmMethods inherited from interface javax.xml.crypto.XMLStructure
isFeatureSupported
-
Method Details
-
getParameterSpec
- Specified by:
getParameterSpecin interfaceAlgorithmMethod- Specified by:
getParameterSpecin interfaceDigestMethod
-
marshal
This method invokes the abstractmarshalParamsmethod to marshal any algorithm-specific parameters.- Specified by:
marshalin classDOMStructure- Throws:
MarshalException
-
equals
-
hashCode
public int hashCode()
-