Uses of Class
org.forgerock.json.jose.jwk.JWK
Packages that use 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'.
-
Uses of JWK in org.forgerock.json.jose.builders
Methods in org.forgerock.json.jose.builders with parameters of type JWK -
Uses of JWK in org.forgerock.json.jose.jwe
Methods in org.forgerock.json.jose.jwe with parameters of type JWKModifier and TypeMethodDescriptionvoid
JweHeader.setEphemeralPublicKey
(JWK ephemeralPublicKey) Sets the Ephemeral Public Key header parameter for this JWE. -
Uses of JWK in org.forgerock.json.jose.jwk
Subclasses of JWK in org.forgerock.json.jose.jwkModifier and TypeClassDescriptionclass
This class implements an Elliptical Curve Json Web Key storage and manipulation class.class
Creates an Octet JWK.class
Implements a RsaJWK.Methods in org.forgerock.json.jose.jwk that return JWKModifier and TypeMethodDescriptionSearch for a JWK that matches the kid.Search for a JWK that matches the algorithm and the key usage.static JWK
Parses a String into the proper JWK type.static JWK
Parses a JsonValue into the proper JWK type.Methods in org.forgerock.json.jose.jwk that return types with arguments of type JWKConstructors in org.forgerock.json.jose.jwk with parameters of type JWKConstructor parameters in org.forgerock.json.jose.jwk with type arguments of type JWK -
Uses of JWK in org.forgerock.json.jose.jwk.store
Methods in org.forgerock.json.jose.jwk.store that return JWK -
Uses of JWK in org.forgerock.json.jose.jws
Methods in org.forgerock.json.jose.jws that return JWKModifier and TypeMethodDescriptionJwtSecureHeader.getJsonWebKey()
Gets the JSON Web Key header parameter for this JWS.Methods in org.forgerock.json.jose.jws with parameters of type JWKModifier and TypeMethodDescriptionvoid
JwtSecureHeader.setJsonWebKey
(JWK jsonWebKey) Sets the JSON Web Key header parameter for this JWS.