public interface EncryptionService
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] data)
Decrypt data using underlying encryption key.
|
byte[] |
encrypt(byte[] data)
Encrypt data using underlying encryption key.
|
String |
getEncryptionKeyId() |
String getEncryptionKeyId()
byte[] encrypt(byte[] data)
data - data to encryptbyte[] decrypt(byte[] data)
data - data to decryptCopyright © 2020. All rights reserved.