Uses of Class
com.nimbusds.jose.jwk.JWKSelector
Packages that use JWKSelector
Package
Description
JSON Web Key (JWK) sourcing interface and utilities.
-
Uses of JWKSelector in com.nimbusds.jose.jwk.source
Methods in com.nimbusds.jose.jwk.source with parameters of type JWKSelectorModifier and TypeMethodDescriptionImmutableJWKSet.get(JWKSelector jwkSelector, C context) Retrieves a list of JWKs matching the specified selector.JWKSecurityContextJWKSet.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) RemoteJWKSet.get(JWKSelector jwkSelector, C context) Deprecated.