Class SignatureRS384

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

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

      • SignatureRS384

        public SignatureRS384()
    • 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