public interface Decryptor
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] data,
byte[] keyRef)
Decrypt the data.
|
byte[] decrypt(byte[] data,
byte[] keyRef)
data - value to be decryptedkeyRef - reference to the decryption keynullnull if the key can not be retieve or if decryption failsCopyright © 2018. All rights reserved.