| Constructor and Description |
|---|
EncryptorImpl(boolean defaultKey) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] bytes)
Decrypts the given byte array.
|
byte[] |
encrypt(byte[] bytes)
Encrypts the given byte array.
|
public byte[] decrypt(byte[] bytes)
EncryptorCopyright © 2022. All rights reserved.