Class SignatureRSASSA_PSS_SHA224_MGF1
java.lang.Object
org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA224_MGF1
- All Implemented Interfaces:
AlgorithmDescriptor,KeySpecifiedAlgorithm,SignatureAlgorithm
Algorithm descriptor for signature algorithm: RSASSA-PSS SHA-224 with MGF1.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensaml.xmlsec.algorithm.AlgorithmDescriptor
AlgorithmDescriptor.AlgorithmType -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SignatureRSASSA_PSS_SHA224_MGF1
public SignatureRSASSA_PSS_SHA224_MGF1()
-
-
Method Details
-
getKey
Get the JCA key type specified by this algorithm.- Specified by:
getKeyin interfaceKeySpecifiedAlgorithm- Returns:
- the key type
-
getURI
Get the algorithm's identifying URI.- Specified by:
getURIin interfaceAlgorithmDescriptor- Returns:
- the algorithm URI
-
getType
Get the algorithm URI's fundamental type.- Specified by:
getTypein interfaceAlgorithmDescriptor- Returns:
- a type specified with
AlgorithmDescriptor.AlgorithmType
-
getJCAAlgorithmID
Get the algorithm's JCA algorithm ID.- Specified by:
getJCAAlgorithmIDin interfaceAlgorithmDescriptor- Returns:
- the JCA algorithm ID
-
getDigest
Get the JCA digest algorithm specified by this algorithm.- Specified by:
getDigestin interfaceSignatureAlgorithm- Returns:
- the digest algorithm
-