Uses of Interface
com.nimbusds.jwt.proc.JWTClaimsSetAwareJWSKeySelector
-
Packages that use JWTClaimsSetAwareJWSKeySelector Package Description com.nimbusds.jwt.proc 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 JWTClaimsSetAwareJWSKeySelector Modifier and Type Method Description JWTClaimsSetAwareJWSKeySelector<C>DefaultJWTProcessor. getJWTClaimsSetAwareJWSKeySelector()JWTClaimsSetAwareJWSKeySelector<C>JWTProcessorConfiguration. getJWTClaimsSetAwareJWSKeySelector()Gets the JWT claims set aware JWS key selector.Methods in com.nimbusds.jwt.proc with parameters of type JWTClaimsSetAwareJWSKeySelector Modifier and Type Method Description voidDefaultJWTProcessor. setJWTClaimsSetAwareJWSKeySelector(JWTClaimsSetAwareJWSKeySelector<C> jwsKeySelector)voidJWTProcessorConfiguration. setJWTClaimsSetAwareJWSKeySelector(JWTClaimsSetAwareJWSKeySelector<C> jwsKeySelector)Sets the JWT claims set aware JWS key selector.
-