Uses of Interface
com.nimbusds.jose.proc.JWSKeySelector
-
Packages that use JWSKeySelector Package Description com.nimbusds.jose.proc Framework for application-specific verification and decryption of JOSE objects (with arbitrary payloads).com.nimbusds.jwt.proc 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 JWSKeySelector Modifier and Type Class Description classJWSAlgorithmFamilyJWSKeySelector<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 JWSKeySelector Modifier and Type Method Description JWSKeySelector<C>DefaultJOSEProcessor. getJWSKeySelector()JWSKeySelector<C>JOSEProcessorConfiguration. getJWSKeySelector()Gets the JWS key selector.Methods in com.nimbusds.jose.proc with parameters of type JWSKeySelector Modifier and Type Method Description voidDefaultJOSEProcessor. 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 JWSKeySelector Modifier and Type Method Description JWSKeySelector<C>DefaultJWTProcessor. getJWSKeySelector()Methods in com.nimbusds.jwt.proc with parameters of type JWSKeySelector Modifier and Type Method Description voidDefaultJWTProcessor. setJWSKeySelector(JWSKeySelector<C> jwsKeySelector)
-