Uses of Interface
com.nimbusds.jose.proc.JWEKeySelector
-
Packages that use JWEKeySelector 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 JWEKeySelector in com.nimbusds.jose.proc
Classes in com.nimbusds.jose.proc that implement JWEKeySelector Modifier and Type Class Description classJWEDecryptionKeySelector<C extends SecurityContext>Key selector for decrypting JWE objects, where the key candidates are retrieved from aJSON Web Key (JWK) source.Methods in com.nimbusds.jose.proc that return JWEKeySelector Modifier and Type Method Description JWEKeySelector<C>DefaultJOSEProcessor. getJWEKeySelector()JWEKeySelector<C>JOSEProcessorConfiguration. getJWEKeySelector()Gets the JWE key selector.Methods in com.nimbusds.jose.proc with parameters of type JWEKeySelector Modifier and Type Method Description voidDefaultJOSEProcessor. setJWEKeySelector(JWEKeySelector<C> jweKeySelector)voidJOSEProcessorConfiguration. setJWEKeySelector(JWEKeySelector<C> jweKeySelector)Sets the JWE key selector. -
Uses of JWEKeySelector in com.nimbusds.jwt.proc
Methods in com.nimbusds.jwt.proc that return JWEKeySelector Modifier and Type Method Description JWEKeySelector<C>DefaultJWTProcessor. getJWEKeySelector()Methods in com.nimbusds.jwt.proc with parameters of type JWEKeySelector Modifier and Type Method Description voidDefaultJWTProcessor. setJWEKeySelector(JWEKeySelector<C> jweKeySelector)
-