Class SignatureHS256

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

    public final class SignatureHS256
    extends Object
    implements org.opensaml.xmlsec.algorithm.MACAlgorithm
    Algorithm descriptor for HMAC algorithm: HS256.
    • Constructor Detail

      • SignatureHS256

        public SignatureHS256()
    • Method Detail

      • 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.MACAlgorithm