public interface Encryptor
| Modifier and Type | Method and Description |
|---|---|
byte[] |
encrypt(byte[] value,
byte[] keyRef)
Encrypt the data.
|
byte[] encrypt(byte[] value,
byte[] keyRef)
value - value to be encryptedkeyRef - reference of the keynull if the encryption failsCopyright © 2018. All rights reserved.