public interface BytesEncryptor
Modifier and Type | Method and Description |
---|---|
byte[] |
decrypt(byte[] encryptedByteArray)
Decrypt the byte array.
|
byte[] |
encrypt(byte[] byteArray)
Encrypt the byte array.
|
Copyright © 2015. All rights reserved.