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.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024