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 TypeClassDescriptionclassJWSAlgorithmFamilyJWSKeySelector<C extends SecurityContext>AJWSKeySelectorthat expects an algorithm from a specified algorithm family.classJWSVerificationKeySelector<C extends SecurityContext>Key selector for verifying JWS objects, where the key candidates are retrieved from aJSON Web Key (JWK) source.classSingleKeyJWSKeySelector<C extends SecurityContext>AJWSKeySelectorthat 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 TypeMethodDescriptionvoidDefaultJOSEProcessor.setJWSKeySelector(JWSKeySelector<C> jwsKeySelector) voidJOSEProcessorConfiguration.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 TypeMethodDescriptionvoidDefaultJWTProcessor.setJWSKeySelector(JWSKeySelector<C> jwsKeySelector)