Uses of Interface
com.nimbusds.jose.proc.JWSKeySelector
Packages that use JWSKeySelector
Package
Description
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 JWSKeySelector in com.nimbusds.jose.proc
Classes in com.nimbusds.jose.proc that implement JWSKeySelectorModifier and TypeClassDescriptionclass
JWSAlgorithmFamilyJWSKeySelector<C extends SecurityContext>
AJWSKeySelector
that expects an algorithm from a specified algorithm family.class
JWSVerificationKeySelector<C extends SecurityContext>
Key selector for verifying JWS objects, where the key candidates are retrieved from aJSON Web Key (JWK) source
.class
SingleKeyJWSKeySelector<C extends SecurityContext>
AJWSKeySelector
that always returns the sameKey
.Methods in com.nimbusds.jose.proc that return JWSKeySelectorModifier and TypeMethodDescriptionDefaultJOSEProcessor.getJWSKeySelector()
JOSEProcessorConfiguration.getJWSKeySelector()
Gets the JWS key selector.Methods in com.nimbusds.jose.proc with parameters of type JWSKeySelectorModifier and TypeMethodDescriptionvoid
DefaultJOSEProcessor.setJWSKeySelector
(JWSKeySelector<C> jwsKeySelector) void
JOSEProcessorConfiguration.setJWSKeySelector
(JWSKeySelector<C> jwsKeySelector) Sets the JWS key selector. -
Uses of JWSKeySelector in com.nimbusds.jwt.proc
Methods in com.nimbusds.jwt.proc that return JWSKeySelectorMethods in com.nimbusds.jwt.proc with parameters of type JWSKeySelectorModifier and TypeMethodDescriptionvoid
DefaultJWTProcessor.setJWSKeySelector
(JWSKeySelector<C> jwsKeySelector)