See: Description
Interface | Description |
---|---|
EncryptionHandler |
The interface for EncryptionHandlers for all the different encryption algorithms.
|
Class | Description |
---|---|
AbstractEncryptionHandler | Deprecated
Use
ContentEncryptionHandler 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
Use
RSAEncryptionHandler and AESCBCHMACSHA2ContentEncryptionHandler instead. |
RSA15AES256CBCHS512EncryptionHandler | Deprecated
Use
RSAEncryptionHandler and AESCBCHMACSHA2ContentEncryptionHandler instead. |
RSAEncryptionHandler |
Abstract base class for implementations of the RSAES-PKCS1-v1_5 and RSA-OAEP encryption schemes.
|
Copyright 2010-2022 ForgeRock AS.