Class DOMDigestMethod.SHA256
java.lang.Object
org.apache.jcp.xml.dsig.internal.dom.DOMStructure
org.apache.jcp.xml.dsig.internal.dom.DOMDigestMethod
org.apache.jcp.xml.dsig.internal.dom.DOMDigestMethod.SHA256
- All Implemented Interfaces:
AlgorithmMethod,DigestMethod,XMLStructure
- Enclosing class:
DOMDigestMethod
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.jcp.xml.dsig.internal.dom.DOMDigestMethod
DOMDigestMethod.RIPEMD160, DOMDigestMethod.SHA1, DOMDigestMethod.SHA224, DOMDigestMethod.SHA256, DOMDigestMethod.SHA3_224, DOMDigestMethod.SHA3_256, DOMDigestMethod.SHA3_384, DOMDigestMethod.SHA3_512, DOMDigestMethod.SHA384, DOMDigestMethod.SHA512, DOMDigestMethod.WHIRLPOOL -
Field Summary
Fields inherited from class org.apache.jcp.xml.dsig.internal.dom.DOMDigestMethod
SHA224, SHA3_224, SHA3_256, SHA3_384, SHA3_512, SHA384, WHIRLPOOLFields inherited from interface javax.xml.crypto.dsig.DigestMethod
RIPEMD160, SHA1, SHA256, SHA512 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) StringReturns the MessageDigest standard algorithm name.Methods inherited from class org.apache.jcp.xml.dsig.internal.dom.DOMDigestMethod
checkParams, equals, getParameterSpec, hashCode, marshal, marshalParams, unmarshal, unmarshalParamsMethods inherited from class org.apache.jcp.xml.dsig.internal.dom.DOMStructure
isFeatureSupportedMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.xml.crypto.XMLStructure
isFeatureSupported
-
Constructor Details
-
SHA256
SHA256(AlgorithmParameterSpec params) throws InvalidAlgorithmParameterException -
SHA256
SHA256(Element dmElem) throws MarshalException - Throws:
MarshalException
-
-
Method Details
-
getAlgorithm
-
getMessageDigestAlgorithm
String getMessageDigestAlgorithm()Description copied from class:DOMDigestMethodReturns the MessageDigest standard algorithm name.- Specified by:
getMessageDigestAlgorithmin classDOMDigestMethod
-