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 Details

    • SignatureSHA256_RSA_MGF1

      public SignatureSHA256_RSA_MGF1()
  • Method Details

    • getKey

      @Nonnull public String getKey()
      Specified by:
      getKey in interface org.opensaml.xmlsec.algorithm.KeySpecifiedAlgorithm
    • getURI

      @Nonnull public String getURI()
      Specified by:
      getURI in interface org.opensaml.xmlsec.algorithm.AlgorithmDescriptor
    • getType

      @Nonnull public org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType getType()
      Specified by:
      getType in interface org.opensaml.xmlsec.algorithm.AlgorithmDescriptor
    • getJCAAlgorithmID

      @Nonnull public String getJCAAlgorithmID()
      Specified by:
      getJCAAlgorithmID in interface org.opensaml.xmlsec.algorithm.AlgorithmDescriptor
    • getDigest

      @Nonnull public String getDigest()
      Specified by:
      getDigest in interface org.opensaml.xmlsec.algorithm.SignatureAlgorithm