Uses of Class
com.nimbusds.jose.KeySourceException
Packages that use KeySourceException
Package
Description
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
JSON Web Key (JWK) sourcing interface and utilities.
Framework for application-specific verification and decryption of JOSE
objects (with arbitrary payloads).
Framework for application-specific verification and decryption of JSON Web
Tokens (JWTs).
-
Uses of KeySourceException in com.nimbusds.jose
Subclasses of KeySourceException in com.nimbusds.jose -
Uses of KeySourceException in com.nimbusds.jose.jwk.source
Subclasses of KeySourceException in com.nimbusds.jose.jwk.sourceModifier and TypeClassDescriptionclass
JWK set parse exception, in the context of JWK set retrieval.class
JWK set retrieval exception, due to a network issue or the remote server being unavailable.class
JWK set unavailable exception.class
Rate limit reached exception.Methods in com.nimbusds.jose.jwk.source that throw KeySourceExceptionModifier and TypeMethodDescriptionJWKSecurityContextJWKSet.get
(JWKSelector jwkSelector, JWKSecurityContext context) Retrieves a list of JWKs matching the specified selector.JWKSetBasedJWKSource.get
(JWKSelector jwkSelector, C context) JWKSource.get
(JWKSelector jwkSelector, C context) Retrieves a list of JWKs matching the specified selector.JWKSourceWithFailover.get
(JWKSelector jwkSelector, C context) CachingJWKSetSource.getJWKSet
(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context) JWKSetSource.getJWKSet
(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context) Gets the JWK set.JWKSetSourceWithHealthStatusReporting.getJWKSet
(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context) OutageTolerantJWKSetSource.getJWKSet
(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context) RateLimitedJWKSetSource.getJWKSet
(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context) RefreshAheadCachingJWKSetSource.getJWKSet
(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context) RetryingJWKSetSource.getJWKSet
(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context) URLBasedJWKSetSource.getJWKSet
(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context) -
Uses of KeySourceException in com.nimbusds.jose.proc
Methods in com.nimbusds.jose.proc that throw KeySourceExceptionModifier and TypeMethodDescriptionstatic <C extends SecurityContext>
JWSAlgorithmFamilyJWSKeySelector<C>JWSAlgorithmFamilyJWSKeySelector.fromJWKSetURL
(URL jwkSetURL) Queries the given JWK SetURL
for keys, creating aJWSAlgorithmFamilyJWSKeySelector
based on the RSA or EC key type, whichever comes back first.static <C extends SecurityContext>
JWSAlgorithmFamilyJWSKeySelector<C>JWSAlgorithmFamilyJWSKeySelector.fromJWKSource
(JWKSource<C> jwkSource) Queries the givenJWKSource
for keys, creating aJWSAlgorithmFamilyJWSKeySelector
based on the RSA or EC key type, whichever comes back first.JWEDecryptionKeySelector.selectJWEKeys
(JWEHeader jweHeader, C context) JWEKeySelector.selectJWEKeys
(JWEHeader header, C context) Selects key candidates for decrypting a JWE object.JWSAlgorithmFamilyJWSKeySelector.selectJWSKeys
(JWSHeader header, C context) JWSKeySelector.selectJWSKeys
(JWSHeader header, C context) Selects key candidates for verifying a JWS object.JWSVerificationKeySelector.selectJWSKeys
(JWSHeader jwsHeader, C context) -
Uses of KeySourceException in com.nimbusds.jwt.proc
Methods in com.nimbusds.jwt.proc that throw KeySourceExceptionModifier and TypeMethodDescriptionDefaultJWTProcessor.selectKeys
(JWSHeader header, JWTClaimsSet claimsSet, C context) Selects key candidates for verifying a signed JWT.JWTClaimsSetAwareJWSKeySelector.selectKeys
(JWSHeader header, JWTClaimsSet claimsSet, C context) Selects key candidates for verifying a signed JWT.