public interface EncryptionService
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] data)
Decrypt the input data.
|
byte[] |
encrypt(byte[] data)
Encrypt the input data.
|
void |
init()
For initialization operations.
|
void init()
encrypt(byte[]) and decrypt(byte[]) are used.byte[] encrypt(byte[] data)
data - Data. bytes to be encrypted.IllegalArgumentException - If the parameter data is null.byte[] decrypt(byte[] data)
data - Encrypted data.IllegalArgumentException - If the parameter data is null.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025