Class DOMSignatureMethod.SHA384withRSAandMGF1
java.lang.Object
org.apache.jcp.xml.dsig.internal.dom.DOMStructure
org.apache.jcp.xml.dsig.internal.dom.AbstractDOMSignatureMethod
org.apache.jcp.xml.dsig.internal.dom.DOMSignatureMethod
org.apache.jcp.xml.dsig.internal.dom.DOMSignatureMethod.SHA384withRSAandMGF1
- All Implemented Interfaces:
AlgorithmMethod, SignatureMethod, XMLStructure
- Enclosing class:
DOMSignatureMethod
-
Nested Class Summary
Nested classes/interfaces inherited from class DOMSignatureMethod
DOMSignatureMethod.RIPEMD160withECDSA, DOMSignatureMethod.RIPEMD160withRSA, DOMSignatureMethod.RIPEMD160withRSAandMGF1, DOMSignatureMethod.SHA1withDSA, DOMSignatureMethod.SHA1withECDSA, DOMSignatureMethod.SHA1withRSA, DOMSignatureMethod.SHA1withRSAandMGF1, DOMSignatureMethod.SHA224withECDSA, DOMSignatureMethod.SHA224withRSA, DOMSignatureMethod.SHA224withRSAandMGF1, DOMSignatureMethod.SHA256withDSA, DOMSignatureMethod.SHA256withECDSA, DOMSignatureMethod.SHA256withRSA, DOMSignatureMethod.SHA256withRSAandMGF1, DOMSignatureMethod.SHA384withECDSA, DOMSignatureMethod.SHA384withRSA, DOMSignatureMethod.SHA384withRSAandMGF1, DOMSignatureMethod.SHA512withECDSA, DOMSignatureMethod.SHA512withRSA, DOMSignatureMethod.SHA512withRSAandMGF1Nested classes/interfaces inherited from class AbstractDOMSignatureMethod
AbstractDOMSignatureMethod.Type -
Field Summary
Fields inherited from class DOMSignatureMethod
DSA_SHA256, ECDSA_RIPEMD160, ECDSA_SHA1, ECDSA_SHA224, ECDSA_SHA256, ECDSA_SHA384, ECDSA_SHA512, RSA_RIPEMD160, RSA_RIPEMD160_MGF1, RSA_SHA1_MGF1, RSA_SHA224, RSA_SHA224_MGF1, RSA_SHA256, RSA_SHA256_MGF1, RSA_SHA384, RSA_SHA384_MGF1, RSA_SHA512, RSA_SHA512_MGF1Fields inherited from interface SignatureMethod
DSA_SHA1, HMAC_SHA1, RSA_SHA1 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) AbstractDOMSignatureMethod.TypeReturns the type of signature algorithm.(package private) StringReturns the java.security.Signature or javax.crypto.Mac standard algorithm name.Methods inherited from class DOMSignatureMethod
getParameterSpec, sign, unmarshal, verifyMethods inherited from class AbstractDOMSignatureMethod
checkParams, equals, hashCode, marshal, marshalParams, paramsEqual, 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
-
SHA384withRSAandMGF1
SHA384withRSAandMGF1(AlgorithmParameterSpec params) throws InvalidAlgorithmParameterException -
SHA384withRSAandMGF1
SHA384withRSAandMGF1(Element dmElem) throws MarshalException - Throws:
MarshalException
-
-
Method Details
-
getAlgorithm
-
getJCAAlgorithm
String getJCAAlgorithm()Description copied from class:AbstractDOMSignatureMethodReturns the java.security.Signature or javax.crypto.Mac standard algorithm name.- Specified by:
getJCAAlgorithmin classAbstractDOMSignatureMethod
-
getAlgorithmType
AbstractDOMSignatureMethod.Type getAlgorithmType()Description copied from class:AbstractDOMSignatureMethodReturns the type of signature algorithm.- Specified by:
getAlgorithmTypein classAbstractDOMSignatureMethod
-