public class DefaultDecryptor extends Object implements Decryptor
KeyProvider to retrieve the key associated to keyr references.
It use a CryptoAlgorithm to decrypt the data| Constructor and Description |
|---|
DefaultDecryptor(KeyProvider keyProvider,
CryptoAlgorithm cryptoAlgorithm) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] value,
byte[] keyRef)
Decrypt the data.
|
public DefaultDecryptor(KeyProvider keyProvider, CryptoAlgorithm cryptoAlgorithm)
Copyright © 2018. All rights reserved.