Class ECDSAProvider

    • Field Detail

      • SUPPORTED_ALGORITHMS

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

      • ECDSAProvider

        protected ECDSAProvider​(JWSAlgorithm alg)
                         throws JOSEException
        Creates a new Elliptic Curve Digital Signature Algorithm (ECDSA) provider.
        Parameters:
        alg - The EC-DSA algorithm. Must be supported and not null.
        Throws:
        JOSEException - If JWS algorithm is not supported.