Uses of Package
org.forgerock.json.jose.jwk
Packages that use 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'.
This package contains classes which support the FAPI API client.
This package contains classes related to the OAuth2.0 Dynamic Client Registration (DCR) protocol.
Secret store backend for retrieving keys from a local or remote JWK Set.
-
Classes in org.forgerock.json.jose.jwk used by org.forgerock.json.jose.builders
-
Classes in org.forgerock.json.jose.jwk used by org.forgerock.json.jose.jwe
-
Classes in org.forgerock.json.jose.jwk used by org.forgerock.json.jose.jwkClassDescriptionThis 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.
-
Classes in org.forgerock.json.jose.jwk used by org.forgerock.json.jose.jwk.storeClassDescriptionThe 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.
-
Classes in org.forgerock.json.jose.jwk used by org.forgerock.json.jose.jws
-
Classes in org.forgerock.json.jose.jwk used by org.forgerock.openig.fapi.apiclient
-
Classes in org.forgerock.json.jose.jwk used by org.forgerock.openig.fapi.dcr
-
Classes in org.forgerock.json.jose.jwk used by org.forgerock.secrets.jwkset