-
- All Implemented Interfaces:
public interface EncryptionRepresents and object for encrypting/decrypting on-device data storage.
-
-
Method Summary
-
-
Method Detail
-
encrypt
abstract ByteArray encrypt(ByteArray data)
Encrypts an array of bytes and writes into the given OutputStream
- Parameters:
data-raw data to encrypt
-
decrypt
abstract ByteArray decrypt(InputStream inputStream)
Decrypts an array of bytes
- Parameters:
inputStream-inputStream with the data to decrypt
-
-
-
-