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
AlgorithmDescriptorfor 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 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
-
-