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. UseContentEncryptionHandlerinstead.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. UseRSAEncryptionHandlerandAESCBCHMACSHA2ContentEncryptionHandlerinstead.RSA15AES256CBCHS512EncryptionHandler Deprecated. UseRSAEncryptionHandlerandAESCBCHMACSHA2ContentEncryptionHandlerinstead.RSAEncryptionHandler Abstract base class for implementations of the RSAES-PKCS1-v1_5 and RSA-OAEP encryption schemes.