Class SignatureRSASSAPSS

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

    public final class SignatureRSASSAPSS
    extends java.lang.Object
    implements org.opensaml.xmlsec.algorithm.SignatureAlgorithm
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.opensaml.xmlsec.algorithm.AlgorithmDescriptor

        org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDigest()
      java.lang.String getJCAAlgorithmID()
      java.lang.String getKey()
      org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType getType()
      java.lang.String getURI()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SignatureRSASSAPSS

        public SignatureRSASSAPSS()
    • Method Detail

      • getKey

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

        @Nonnull
        public java.lang.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 java.lang.String getJCAAlgorithmID()
        Specified by:
        getJCAAlgorithmID in interface org.opensaml.xmlsec.algorithm.AlgorithmDescriptor
      • getDigest

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