Class SignatureSHA256_RSA_MGF1
java.lang.Object
de.xima.fc.security.saml.algorithm.signature.SignatureSHA256_RSA_MGF1
- All Implemented Interfaces:
org.opensaml.xmlsec.algorithm.AlgorithmDescriptor
,org.opensaml.xmlsec.algorithm.KeySpecifiedAlgorithm
,org.opensaml.xmlsec.algorithm.SignatureAlgorithm
public class SignatureSHA256_RSA_MGF1
extends Object
implements org.opensaml.xmlsec.algorithm.SignatureAlgorithm
AlgorithmDescriptor
for signature algorithm "http://www.w3.org/2007/05/xmldsig-more#sha256-rsa-MGF1"- Since:
- 7.0.1
- Author:
- XIMA Media GmbH
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensaml.xmlsec.algorithm.AlgorithmDescriptor
org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SignatureSHA256_RSA_MGF1
public SignatureSHA256_RSA_MGF1()
-
-
Method Details
-
getKey
- Specified by:
getKey
in interfaceorg.opensaml.xmlsec.algorithm.KeySpecifiedAlgorithm
-
getURI
- Specified by:
getURI
in interfaceorg.opensaml.xmlsec.algorithm.AlgorithmDescriptor
-
getType
@Nonnull public org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType getType()- Specified by:
getType
in interfaceorg.opensaml.xmlsec.algorithm.AlgorithmDescriptor
-
getJCAAlgorithmID
- Specified by:
getJCAAlgorithmID
in interfaceorg.opensaml.xmlsec.algorithm.AlgorithmDescriptor
-
getDigest
- Specified by:
getDigest
in interfaceorg.opensaml.xmlsec.algorithm.SignatureAlgorithm
-