Class EdDSAProvider

    • Field Summary

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

      Constructors 
      Modifier Constructor Description
      protected EdDSAProvider()
      Creates a new Edwards-curve Digital Signature Algorithm (EdDSA) 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 EdDSA provider class.
    • Constructor Detail

      • EdDSAProvider

        protected EdDSAProvider()
        Creates a new Edwards-curve Digital Signature Algorithm (EdDSA) provider.