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