Class ECKeyGenerator


  • public class ECKeyGenerator
    extends JWKGenerator<ECKey>
    Elliptic Curve (EC) JSON Web Key (JWK) generator.

    Supported curves:

    Version:
    2023-01-29
    Author:
    Vladimir Dzhuvinov, Justin Cranford
    • Constructor Detail

      • ECKeyGenerator

        public ECKeyGenerator​(Curve crv)
        Creates a new EC JWK generator.
        Parameters:
        crv - The curve. Must not be null.