Class SignatureHS384
- java.lang.Object
-
- org.geant.idpextension.oidc.algorithm.descriptors.SignatureHS384
-
- All Implemented Interfaces:
org.opensaml.xmlsec.algorithm.AlgorithmDescriptor,org.opensaml.xmlsec.algorithm.MACAlgorithm
public final class SignatureHS384 extends Object implements org.opensaml.xmlsec.algorithm.MACAlgorithm
Algorithm descriptor for HMAC algorithm: HS384.
-
-
Constructor Summary
Constructors Constructor Description SignatureHS384()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDigest()StringgetJCAAlgorithmID()org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmTypegetType()StringgetURI()
-
-
-
Method Detail
-
getURI
@Nonnull public String getURI()
- Specified by:
getURIin interfaceorg.opensaml.xmlsec.algorithm.AlgorithmDescriptor
-
getType
@Nonnull public org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType getType()
- Specified by:
getTypein interfaceorg.opensaml.xmlsec.algorithm.AlgorithmDescriptor
-
getJCAAlgorithmID
@Nonnull public String getJCAAlgorithmID()
- Specified by:
getJCAAlgorithmIDin interfaceorg.opensaml.xmlsec.algorithm.AlgorithmDescriptor
-
getDigest
@Nonnull public String getDigest()
- Specified by:
getDigestin interfaceorg.opensaml.xmlsec.algorithm.MACAlgorithm
-
-