Uses of Package
de.christofreichardt.json.webkey
Packages that use de.christofreichardt.json.webkey
Package
Description
Provides the JSON Web Key (JWK) classes for convenience.
Provides the classes and interfaces for the JSON Web Signature (JWS) part of the framework.
Provides interfaces concerning the Fluent API.
-
Classes in de.christofreichardt.json.webkey used by de.christofreichardt.json.webkeyClassDescriptionBase class for JSON web keys.Base class for all
JsonWebKey.Builders.Convenient for the handling of key pairs in the spirit of RFC 7517 (JSON Web Key) and RFC 7518 (JSON Web Algorithms).AJsonWebKey.Builderfor buildingJsonWebKeyPairs by internally generating an EC key pair for the curve "secp256r1".Convenient for the handling of public keys in the spirit of RFC 7517 (JSON Web Key) and RFC 7518 (JSON Web Algorithms).Convenient for the handling of secret keys in the spirit of RFC 7517 (JSON Web Key) and RFC 7518 (JSON Web Algorithms).AJsonWebKey.Builderfor buildingJsonWebSecretKeys by specifying an algorithm and a keysize. -
Classes in de.christofreichardt.json.webkey used by de.christofreichardt.json.websignatureClassDescriptionConvenient for the handling of key pairs in the spirit of RFC 7517 (JSON Web Key) and RFC 7518 (JSON Web Algorithms).Convenient for the handling of public keys in the spirit of RFC 7517 (JSON Web Key) and RFC 7518 (JSON Web Algorithms).Convenient for the handling of secret keys in the spirit of RFC 7517 (JSON Web Key) and RFC 7518 (JSON Web Algorithms).
-
Classes in de.christofreichardt.json.webkey used by de.christofreichardt.json.websignature.interfacesClassDescriptionConvenient for the handling of key pairs in the spirit of RFC 7517 (JSON Web Key) and RFC 7518 (JSON Web Algorithms).Convenient for the handling of public keys in the spirit of RFC 7517 (JSON Web Key) and RFC 7518 (JSON Web Algorithms).Convenient for the handling of secret keys in the spirit of RFC 7517 (JSON Web Key) and RFC 7518 (JSON Web Algorithms).