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