Uses of Class
org.forgerock.json.jose.jwk.JWKSet
Packages that use JWKSet
Package
Description
Classes and interfaces for creating and manipulating JWKs.
This package contains classes to manage a JWKs URI.
Secret store backend for retrieving keys from a local or remote JWK Set.
-
Uses of JWKSet in org.forgerock.json.jose.jwk
Methods in org.forgerock.json.jose.jwk that return JWKSetModifier and TypeMethodDescriptionDeprecated.static JWKSet
Parses a JWKSet object from a string json object.static JWKSet
Parses a JWKSet object from a jsonValue object.Methods in org.forgerock.json.jose.jwk that return types with arguments of type JWKSetModifier and TypeMethodDescriptionJWKSetParser.jwkSetAsync
(URL url) Provides a JWK set as indicated by the JWKSet's URL.Methods in org.forgerock.json.jose.jwk with parameters of type JWKSetModifier and TypeMethodDescriptionJWKSetParser.jwkSetToMap
(JWKSet jwkSet) Converts a supplied JWKSet into a map of key:values, where the keys are the keyIds and the values are verification keys. -
Uses of JWKSet in org.forgerock.json.jose.jwk.store
Methods in org.forgerock.json.jose.jwk.store that return types with arguments of type JWKSetModifier and TypeMethodDescriptionJwksStore.getLastLoadedJwkSet()
Returns the last successfully loaded JWK Set together with the time at which it was last fetched.JwksStore.getLatestJwkSet()
Returns the latest non expired successfully loaded JWK Set. -
Uses of JWKSet in org.forgerock.secrets.jwkset
Constructors in org.forgerock.secrets.jwkset with parameters of type JWKSetModifierConstructorDescriptionJwkSetSecretStore
(JWKSet jwkSet, Options options) Creates a secret store directly from the given JWK Set.
JWKSetParser.jwkSetAsync(URL)
instead.