| 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.
|
| 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 © 2025 Open Identity Platform Community. All rights reserved.