Class SignatureES256

  • All Implemented Interfaces:
    org.opensaml.xmlsec.algorithm.AlgorithmDescriptor, org.opensaml.xmlsec.algorithm.KeySpecifiedAlgorithm, org.opensaml.xmlsec.algorithm.SignatureAlgorithm

    public final class SignatureES256
    extends Object
    implements org.opensaml.xmlsec.algorithm.SignatureAlgorithm
    Algorithm descriptor for signature algorithm: ES256.
    • Constructor Detail

      • SignatureES256

        public SignatureES256()
    • Method Detail

      • 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