All Implemented Interfaces:
JWKFactory<GenericOCTJWK,GenericOCTJWKBuilder,GenericOCTJWKGenerator>, OCTJWKFactory<GenericOCTJWK,GenericOCTJWKBuilder,GenericOCTJWKGenerator>

Generic Octet JSON Web Key factory implementation.

It supports the OCT key type and the following algorithms:

  • HS256
  • HS384
  • HS512
  • A128KW
  • A256KW
  • A512KW
  • A128GCMKW
  • A192GCMKW
  • A256GCMKW
  • A128GCM
  • A192GCM
  • A256GCM
  • A128CBC-HS256
  • A192CBC-HS384
  • A256CBC-HS512
Since:
1.5
Author:
Jeremy Kuhn