Interface ECJWKGenerator<A extends ECJWK,B extends ECJWKGenerator<A,B>>

Type Parameters:
A - the Elliptic curve JWK type
B - the Elliptic curve JWK generator type
All Superinterfaces:
JWKGenerator<A,B>, X509JWKGenerator<ECPublicKey,ECPrivateKey,A,B>

public interface ECJWKGenerator<A extends ECJWK,B extends ECJWKGenerator<A,B>> extends X509JWKGenerator<ECPublicKey,ECPrivateKey,A,B>

An Elliptic curve JSON Web Key generator.

Since:
1.5
Author:
Jeremy Kuhn
  • Method Details

    • curve

      B curve(String crv)

      Specifies the Elliptic curve JWA name.

      Parameters:
      crv - the Elliptic curve JWA name
      Returns:
      this generator