Uses of Class
org.forgerock.json.jose.jwk.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
Modifier and TypeMethodDescriptionDeprecated.static JWKSet
Parses a JWKSet object from a string json object.static JWKSet
Parses a JWKSet object from a jsonValue object.Modifier and TypeMethodDescriptionJWKSetParser.jwkSetAsync
(URL url) Provides a JWK set as indicated by the JWKSet's URL.Modifier 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
Modifier 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
ModifierConstructorDescriptionJwkSetSecretStore
(JWKSet jwkSet, Options options) Creates a secret store directly from the given JWK Set.
JWKSetParser.jwkSetAsync(URL)
instead.