Class DOMDigestMethod.SHA1
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.SHA1
- 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, WHIRLPOOL
Fields inherited from interface javax.xml.crypto.dsig.DigestMethod
RIPEMD160, SHA1, SHA256, SHA512
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) String
Returns the MessageDigest standard algorithm name.Methods inherited from class org.apache.jcp.xml.dsig.internal.dom.DOMDigestMethod
checkParams, equals, getParameterSpec, hashCode, marshal, marshalParams, unmarshal, unmarshalParams
Methods inherited from class org.apache.jcp.xml.dsig.internal.dom.DOMStructure
isFeatureSupported
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.xml.crypto.XMLStructure
isFeatureSupported
-
Constructor Details
-
SHA1
SHA1(AlgorithmParameterSpec params) throws InvalidAlgorithmParameterException -
SHA1
SHA1(Element dmElem) throws MarshalException - Throws:
MarshalException
-
-
Method Details
-
getAlgorithm
-
getMessageDigestAlgorithm
String getMessageDigestAlgorithm()Description copied from class:DOMDigestMethod
Returns the MessageDigest standard algorithm name.- Specified by:
getMessageDigestAlgorithm
in classDOMDigestMethod
-