Uses of Class
org.forgerock.json.jose.exceptions.FailedToLoadJWKException
Packages that use FailedToLoadJWKException
Package
Description
Classes and interfaces for creating and manipulating JWKs.
This package contains classes to manage a JWKs URI.
-
Uses of FailedToLoadJWKException in org.forgerock.json.jose.jwk
Methods in org.forgerock.json.jose.jwk that throw FailedToLoadJWKExceptionModifier and TypeMethodDescriptionJWKSetParser.generateMapFromJWK
(URL url) Provides a Map of KeyId:Keys as indicated by the JWKSet's URL.Provides a jwks set as indicated by the JWKSet's URL.JWKSetParser.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.Lookup returns the key from the given json, under the assumption it's of the correct keyType. -
Uses of FailedToLoadJWKException in org.forgerock.json.jose.jwk.store
Methods in org.forgerock.json.jose.jwk.store that throw FailedToLoadJWKExceptionModifier and TypeMethodDescriptionJwksStoreService.configureJwksStore
(String uid, Duration cacheTimeout, Duration cacheMissCacheTime, URL jwkUrl) Configure a JWKs store.Search for a JWK that matches the kid.Search for a JWK that matches the algorithm and the key usage.void
Update the JWKs URI.