Class DefaultJWEDecrypterFactory

java.lang.Object
com.nimbusds.jose.crypto.factories.DefaultJWEDecrypterFactory
All Implemented Interfaces:
JCAAware<JWEJCAContext>, JOSEProvider, JWEProvider, JWEDecrypterFactory

@ThreadSafe public class DefaultJWEDecrypterFactory extends Object implements JWEDecrypterFactory
Default JSON Web Encryption (JWE) decrypter factory.

Supports all standard JWE algorithms implemented in the com.nimbusds.jose.crypto package.

Version:
2020-03-03
Author:
Vladimir Dzhuvinov, stisve