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. 2.11.0 Release Date : September 11 2021