Uses of Interface
com.nimbusds.jose.proc.JWEDecrypterFactory
Package
Description
JWS signer, JWS verifier, JWE encrypter and JWE decrypter factory
implementations.
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 JWEDecrypterFactory in com.nimbusds.jose.crypto.factories
Modifier and TypeClassDescriptionclass
Default JSON Web Encryption (JWE) decrypter factory. -
Uses of JWEDecrypterFactory in com.nimbusds.jose.proc
Modifier and TypeMethodDescriptionDefaultJOSEProcessor.getJWEDecrypterFactory()
JOSEProcessorConfiguration.getJWEDecrypterFactory()
Gets the factory for creating JWE decrypter instances.Modifier and TypeMethodDescriptionvoid
DefaultJOSEProcessor.setJWEDecrypterFactory
(JWEDecrypterFactory factory) void
JOSEProcessorConfiguration.setJWEDecrypterFactory
(JWEDecrypterFactory factory) Sets the factory for creating JWE decrypter instances. -
Uses of JWEDecrypterFactory in com.nimbusds.jwt.proc
Modifier and TypeMethodDescriptionvoid
DefaultJWTProcessor.setJWEDecrypterFactory
(JWEDecrypterFactory factory)