Class RSASSAProvider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.Set<JWSAlgorithm> SUPPORTED_ALGORITHMS
      The supported JWS algorithms by the RSA-SSA provider class.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RSASSAProvider()
      Creates a new RSASSA provider.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SUPPORTED_ALGORITHMS

        public static final java.util.Set<JWSAlgorithm> SUPPORTED_ALGORITHMS
        The supported JWS algorithms by the RSA-SSA provider class.
    • Constructor Detail

      • RSASSAProvider

        protected RSASSAProvider()
        Creates a new RSASSA provider.