Uses of Interface
com.nimbusds.jose.proc.JWEDecrypterFactory
Packages that use 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
Classes in com.nimbusds.jose.crypto.factories that implement JWEDecrypterFactoryModifier and TypeClassDescriptionclassDefault JSON Web Encryption (JWE) decrypter factory. -
Uses of JWEDecrypterFactory in com.nimbusds.jose.proc
Methods in com.nimbusds.jose.proc that return JWEDecrypterFactoryModifier and TypeMethodDescriptionDefaultJOSEProcessor.getJWEDecrypterFactory()JOSEProcessorConfiguration.getJWEDecrypterFactory()Gets the factory for creating JWE decrypter instances.Methods in com.nimbusds.jose.proc with parameters of type JWEDecrypterFactoryModifier and TypeMethodDescriptionvoidDefaultJOSEProcessor.setJWEDecrypterFactory(JWEDecrypterFactory factory) voidJOSEProcessorConfiguration.setJWEDecrypterFactory(JWEDecrypterFactory factory) Sets the factory for creating JWE decrypter instances. -
Uses of JWEDecrypterFactory in com.nimbusds.jwt.proc
Methods in com.nimbusds.jwt.proc that return JWEDecrypterFactoryMethods in com.nimbusds.jwt.proc with parameters of type JWEDecrypterFactoryModifier and TypeMethodDescriptionvoidDefaultJWTProcessor.setJWEDecrypterFactory(JWEDecrypterFactory factory)