Uses of Package
org.forgerock.json.jose.jwk
-
Packages that use org.forgerock.json.jose.jwk Package Description org.forgerock.json.jose.builders Classes and interfaces for builder to build JWTs using a fluent API.org.forgerock.json.jose.jwe Classes and interfaces for JWT encryption and JWEs.org.forgerock.json.jose.jwk Classes and interfaces for creating and manipulating JWKs.org.forgerock.json.jose.jwk.store This package contains classes to manage a JWKs URI.org.forgerock.json.jose.jws Classes and interfaces for JWT signing and JWS'.org.forgerock.secrets.jwkset 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 Class Description JWK The abstract base class for the 3 implementations of JWK. -
Classes in org.forgerock.json.jose.jwk used by org.forgerock.json.jose.jwe Class Description JWK The abstract base class for the 3 implementations of JWK. -
Classes in org.forgerock.json.jose.jwk used by org.forgerock.json.jose.jwk Class Description EcJWK This class implements an Elliptical Curve Json Web Key storage and manipulation class.EcJWK.Builder EC JWK builder.EllipticCurveJwk Encapsulates common functionality for JWKs that represent elliptic curve keys: EcJWK and OkpJWK.JWK The abstract base class for the 3 implementations of JWK.JWK.Builder JWK builder.JWKLookup Helper class to look up and return the keys from specific JWK implementation algorithm types.JWKSet Holds a Set of JWKs.KeyOperation Represents the Possible key operations values.KeyType Enum representing the possible KeyTypes.OctJWK Creates an Octet JWK.OctJWK.Builder The Octet JWK builder.OkpJWK An Octet Key-Pair (OKP) JWK as defined in RFC 8037.OkpJWK.Builder Builder object for Octet Key-Pair (OKP) JWKs.RsaJWK Implements a RsaJWK.RsaJWK.Builder The RSA JWK builder.RsaJWK.PrimesInfo Holds the other prime factors. -
Classes in org.forgerock.json.jose.jwk used by org.forgerock.json.jose.jwk.store Class Description JWK The abstract base class for the 3 implementations of JWK.JWKSet Holds a Set of JWKs.JWKSetParser 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 Class Description JWK The abstract base class for the 3 implementations of JWK.KeyType Enum representing the possible KeyTypes. -
Classes in org.forgerock.json.jose.jwk used by org.forgerock.secrets.jwkset Class Description JWK The abstract base class for the 3 implementations of JWK.JWKSet Holds a Set of JWKs.