Uses of Class
com.nimbusds.jose.KeySourceException
-
Packages that use KeySourceException Package Description com.nimbusds.jose Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.com.nimbusds.jose.jwk.source JSON Web Key (JWK) sourcing interface and utilities.com.nimbusds.jose.proc Framework for application-specific verification and decryption of JOSE objects (with arbitrary payloads).com.nimbusds.jwt.proc 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 Modifier and Type Class Description classRemoteKeySourceExceptionRemote key source exception. -
Uses of KeySourceException in com.nimbusds.jose.jwk.source
Subclasses of KeySourceException in com.nimbusds.jose.jwk.source Modifier and Type Class Description classJWKSetParseExceptionJWK set parse exception, in the context of JWK set retrieval.classJWKSetRetrievalExceptionJWK set retrieval exception, due to a network issue or the remote server being unavailable.classJWKSetUnavailableExceptionJWK set unavailable exception.classRateLimitReachedExceptionRate limit reached exception.Methods in com.nimbusds.jose.jwk.source that throw KeySourceException Modifier and Type Method Description List<JWK>JWKSecurityContextJWKSet. get(JWKSelector jwkSelector, JWKSecurityContext context)Retrieves a list of JWKs matching the specified selector.List<JWK>JWKSetBasedJWKSource. get(JWKSelector jwkSelector, C context)List<JWK>JWKSource. get(JWKSelector jwkSelector, C context)Retrieves a list of JWKs matching the specified selector.List<JWK>JWKSourceWithFailover. get(JWKSelector jwkSelector, C context)JWKSetCachingJWKSetSource. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)JWKSetJWKSetSource. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)Gets the JWK set.JWKSetJWKSetSourceWithHealthStatusReporting. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)JWKSetOutageTolerantJWKSetSource. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)JWKSetRateLimitedJWKSetSource. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)JWKSetRefreshAheadCachingJWKSetSource. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)JWKSetRetryingJWKSetSource. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context)JWKSetURLBasedJWKSetSource. getJWKSet(JWKSetCacheRefreshEvaluator refreshEvaluator, long currentTime, C context) -
Uses of KeySourceException in com.nimbusds.jose.proc
Methods in com.nimbusds.jose.proc that throw KeySourceException Modifier and Type Method Description static <C extends SecurityContext>
JWSAlgorithmFamilyJWSKeySelector<C>JWSAlgorithmFamilyJWSKeySelector. fromJWKSetURL(URL jwkSetURL)Queries the given JWK SetURLfor keys, creating aJWSAlgorithmFamilyJWSKeySelectorbased on the RSA or EC key type, whichever comes back first.static <C extends SecurityContext>
JWSAlgorithmFamilyJWSKeySelector<C>JWSAlgorithmFamilyJWSKeySelector. fromJWKSource(JWKSource<C> jwkSource)Queries the givenJWKSourcefor keys, creating aJWSAlgorithmFamilyJWSKeySelectorbased on the RSA or EC key type, whichever comes back first.List<Key>JWEDecryptionKeySelector. selectJWEKeys(JWEHeader jweHeader, C context)List<? extends Key>JWEKeySelector. selectJWEKeys(JWEHeader header, C context)Selects key candidates for decrypting a JWE object.List<? extends Key>JWSAlgorithmFamilyJWSKeySelector. selectJWSKeys(JWSHeader header, C context)List<? extends Key>JWSKeySelector. selectJWSKeys(JWSHeader header, C context)Selects key candidates for verifying a JWS object.List<Key>JWSVerificationKeySelector. selectJWSKeys(JWSHeader jwsHeader, C context) -
Uses of KeySourceException in com.nimbusds.jwt.proc
Methods in com.nimbusds.jwt.proc that throw KeySourceException Modifier and Type Method Description List<? extends Key>JWTClaimsSetAwareJWSKeySelector. selectKeys(JWSHeader header, JWTClaimsSet claimsSet, C context)Selects key candidates for verifying a signed JWT.
-