Uses of Class
org.forgerock.json.jose.jwk.JWKSetParser
Packages that use JWKSetParser
Package
Description
This package contains classes to manage a JWKs URI.
-
Uses of JWKSetParser in org.forgerock.json.jose.jwk.store
Methods in org.forgerock.json.jose.jwk.store with parameters of type JWKSetParserModifier and TypeMethodDescriptionstatic Promise<JwksStore,
FailedToLoadJWKException> JwksStore.newJwksStore
(Duration cacheTimeout, Duration cacheMissCacheTime, URL jwkUrl, JWKSetParser jwkSetParser, Clock clock) Create a new JWKs store asynchronously.Constructors in org.forgerock.json.jose.jwk.store with parameters of type JWKSetParser
JwksStore.newJwksStore(Duration, Duration, URL, JWKSetParser, Clock)
.