Uses of Interface
com.nimbusds.jose.jwk.source.JWKSetCache
Packages that use JWKSetCache
Package
Description
JSON Web Key (JWK) sourcing interface and utilities.
-
Uses of JWKSetCache in com.nimbusds.jose.jwk.source
Classes in com.nimbusds.jose.jwk.source that implement JWKSetCacheMethods in com.nimbusds.jose.jwk.source that return JWKSetCacheModifier and TypeMethodDescriptionRemoteJWKSet.getJWKSetCache()
Deprecated.Returns the configured JWK set cache.Constructors in com.nimbusds.jose.jwk.source with parameters of type JWKSetCacheModifierConstructorDescriptionRemoteJWKSet
(URL jwkSetURL, JWKSource<C> failoverJWKSource, ResourceRetriever resourceRetriever, JWKSetCache jwkSetCache) Deprecated.Creates a new remote JWK set.RemoteJWKSet
(URL jwkSetURL, ResourceRetriever resourceRetriever, JWKSetCache jwkSetCache) Deprecated.Creates a new remote JWK set.