Class SignatureES512
- java.lang.Object
-
- org.geant.idpextension.oidc.algorithm.descriptors.SignatureES512
-
- All Implemented Interfaces:
org.opensaml.xmlsec.algorithm.AlgorithmDescriptor,org.opensaml.xmlsec.algorithm.KeySpecifiedAlgorithm,org.opensaml.xmlsec.algorithm.SignatureAlgorithm
public final class SignatureES512 extends Object implements org.opensaml.xmlsec.algorithm.SignatureAlgorithm
Algorithm descriptor for signature algorithm: ES512.
-
-
Constructor Summary
Constructors Constructor Description SignatureES512()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDigest()StringgetJCAAlgorithmID()StringgetKey()org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmTypegetType()StringgetURI()
-
-
-
Method Detail
-
getKey
@Nonnull public String getKey()
- Specified by:
getKeyin interfaceorg.opensaml.xmlsec.algorithm.KeySpecifiedAlgorithm
-
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.SignatureAlgorithm
-
-