Uses of Package
org.forgerock.json.jose.jwk
Package
Description
Classes and interfaces for builder to build JWTs using a fluent API.
Classes and interfaces for JWT encryption and JWEs.
Classes and interfaces for creating and manipulating JWKs.
This package contains classes to manage a JWKs URI.
Classes and interfaces for JWT signing and JWS'.
Secret store backend for retrieving keys from a local or remote JWK Set.
-
-
-
ClassDescriptionThis class implements an Elliptical Curve Json Web Key storage and manipulation class.EC JWK builder.Encapsulates common functionality for JWKs that represent elliptic curve keys: EcJWK and OkpJWK.The abstract base class for the 3 implementations of JWK.JWK builder.Helper class to look up and return the keys from specific JWK implementation algorithm types.Holds a Set of JWKs.Represents the Possible key operations values.Enum representing the possible KeyTypes.Creates an Octet JWK.The Octet JWK builder.An Octet Key-Pair (OKP) JWK as defined in RFC 8037.Builder object for Octet Key-Pair (OKP) JWKs.Implements a RsaJWK.The RSA JWK builder.Holds the other prime factors.
-
ClassDescriptionThe abstract base class for the 3 implementations of JWK.Holds a Set of JWKs.Provides methods to gather a JWKSet from a URL and return a map of key ids to keys as dictated by that JWKS.
-
-