All Implemented Interfaces:
ECJWKFactory<GenericECJWK,GenericECJWKBuilder,GenericECJWKGenerator>, JWKFactory<GenericECJWK,GenericECJWKBuilder,GenericECJWKGenerator>, X509JWKFactory<ECPublicKey,ECPrivateKey,GenericECJWK,GenericECJWKBuilder,GenericECJWKGenerator>

Generic Elliptic Curve JSON Web Key factory implementation.

It supports the EC key type and the following algorithms:

  • ES256
  • ES384
  • ES512
  • ES256K (deprecated)
  • ECDH-ES with elliptic curve P-256, P-384 or P-521
  • ECDH-ES+A128KW with elliptic curve P-256, P-384 or P-521
  • ECDH-ES+A192KW with elliptic curve P-256, P-384 or P-521
  • ECDH-ES+A256KW with elliptic curve P-256, P-384 or P-521
Since:
1.5
Author:
Jeremy Kuhn