public class NoOpDataEncrypter extends Object implements DataEncrypter
| Constructor and Description |
|---|
NoOpDataEncrypter() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] encryptedBytes)
Decrypt the data.
|
byte[] |
encrypt(byte[] rawBytes)
Encrypt the data.
|
public byte[] decrypt(byte[] encryptedBytes)
DataEncrypterdecrypt in interface DataEncrypterencryptedBytes - the encrypted bytespublic byte[] encrypt(byte[] rawBytes)
DataEncrypterencrypt in interface DataEncrypterrawBytes - the raw bytesCopyright © 2019. All rights reserved.