| Interface | Description |
|---|---|
| CipherMode |
The interface for providing methods for encrypting and decrypting text.
|
| Class | Description |
|---|---|
| AsymmetricCipher |
Provides methods for encryption and decryption using asymmetric key algorithms.
|
| CipherFactory |
The CipherFactory class provides a static method to create either a SymmetricCipher or AsymmetricCipher
based on a system property.
|
| SymmetricCipher |
Provides methods for encryption and decryption using symmetric key algorithms.
|
Copyright © 2026 WSO2. All rights reserved.