Uses of Interface
com.nimbusds.jwt.proc.JWTClaimsSetAwareJWSKeySelector
Packages that use JWTClaimsSetAwareJWSKeySelector
Package
Description
Framework for application-specific verification and decryption of JSON Web
Tokens (JWTs).
-
Uses of JWTClaimsSetAwareJWSKeySelector in com.nimbusds.jwt.proc
Methods in com.nimbusds.jwt.proc that return JWTClaimsSetAwareJWSKeySelectorModifier and TypeMethodDescriptionDefaultJWTProcessor.getJWTClaimsSetAwareJWSKeySelector()
JWTProcessorConfiguration.getJWTClaimsSetAwareJWSKeySelector()
Gets the JWT claims set aware JWS key selector.Methods in com.nimbusds.jwt.proc with parameters of type JWTClaimsSetAwareJWSKeySelectorModifier and TypeMethodDescriptionvoid
DefaultJWTProcessor.setJWTClaimsSetAwareJWSKeySelector
(JWTClaimsSetAwareJWSKeySelector<C> jwsKeySelector) void
JWTProcessorConfiguration.setJWTClaimsSetAwareJWSKeySelector
(JWTClaimsSetAwareJWSKeySelector<C> jwsKeySelector) Sets the JWT claims set aware JWS key selector.