Package org.forgerock.json.jose.jwe.handlers.encryption
Encryption Handler classes for each possible encryption algorithm.
-
Interface Summary Interface Description EncryptionHandler The interface for EncryptionHandlers for all the different encryption algorithms. -
Class Summary Class Description AbstractEncryptionHandler Deprecated. UseContentEncryptionHandler
instead.AESKeyWrapEncryptionHandler Provides JWE key encapsulation using the AES KeyWrap algorithm.DirectEncryptionHandler Supports direct encryption using a shared symmetric key.ECDHEncryptionHandler Implements Elliptic Curve Diffie-Hellman (ECDH) key agreement in ephemeral-static (ECDH-ES) mode.RSA15AES128CBCHS256EncryptionHandler Deprecated. UseRSAEncryptionHandler
andAESCBCHMACSHA2ContentEncryptionHandler
instead.RSA15AES256CBCHS512EncryptionHandler Deprecated. UseRSAEncryptionHandler
andAESCBCHMACSHA2ContentEncryptionHandler
instead.RSAEncryptionHandler Abstract base class for implementations of the RSAES-PKCS1-v1_5 and RSA-OAEP encryption schemes.