Class DOMDigestMethod.SHA3_384
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.SHA3_384
- All Implemented Interfaces:
AlgorithmMethod, DigestMethod, XMLStructure
- Enclosing class:
DOMDigestMethod
-
Nested Class Summary
Nested classes/interfaces inherited from class 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 DOMDigestMethod
SHA224, SHA3_224, SHA3_256, SHA3_384, SHA3_512, SHA384, WHIRLPOOLFields inherited from interface 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 DOMDigestMethod
checkParams, equals, getParameterSpec, hashCode, marshal, marshalParams, unmarshal, unmarshalParamsMethods inherited from class DOMStructure
isFeatureSupportedMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface XMLStructure
isFeatureSupported
-
Constructor Details
-
SHA3_384
SHA3_384(AlgorithmParameterSpec params) throws InvalidAlgorithmParameterException -
SHA3_384
SHA3_384(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
-