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
-
-
Constructor Summary
Constructors Constructor Description SignatureSHA256_RSA_MGF1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDigest()
String
getJCAAlgorithmID()
String
getKey()
org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType
getType()
String
getURI()
-
-
-
Method Detail
-
getKey
@Nonnull public String getKey()
- Specified by:
getKey
in interfaceorg.opensaml.xmlsec.algorithm.KeySpecifiedAlgorithm
-
getURI
@Nonnull public String 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
@Nonnull public String getJCAAlgorithmID()
- Specified by:
getJCAAlgorithmID
in interfaceorg.opensaml.xmlsec.algorithm.AlgorithmDescriptor
-
getDigest
@Nonnull public String getDigest()
- Specified by:
getDigest
in interfaceorg.opensaml.xmlsec.algorithm.SignatureAlgorithm
-
-