Class HMACSHA512
java.lang.Object
org.opensaml.xmlsec.algorithm.descriptors.HMACSHA512
- All Implemented Interfaces:
AlgorithmDescriptor,MACAlgorithm
Algorithm descriptor for MAC algorithm: HMAC SHA-512.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensaml.xmlsec.algorithm.AlgorithmDescriptor
AlgorithmDescriptor.AlgorithmType -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HMACSHA512
public HMACSHA512()
-
-
Method Details
-
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 interfaceMACAlgorithm- Returns:
- the digest algorithm
-