Uses of Class
de.christofreichardt.json.webkey.JsonWebKey
Packages that use JsonWebKey
Package
Description
Provides the JSON Web Key (JWK) classes for convenience.
-
Uses of JsonWebKey in de.christofreichardt.json.webkey
Subclasses of JsonWebKey in de.christofreichardt.json.webkeyModifier and TypeClassDescriptionfinal classConvenient for the handling of key pairs in the spirit of RFC 7517 (JSON Web Key) and RFC 7518 (JSON Web Algorithms).final classConvenient for the handling of public keys in the spirit of RFC 7517 (JSON Web Key) and RFC 7518 (JSON Web Algorithms).final classConvenient for the handling of secret keys in the spirit of RFC 7517 (JSON Web Key) and RFC 7518 (JSON Web Algorithms).Methods in de.christofreichardt.json.webkey with type parameters of type JsonWebKeyModifier and TypeMethodDescriptionstatic <T extends JsonWebKey>
TGeneric method to create aJsonWebKeyfrom a JSON representation.