-
- All Implemented Interfaces:
-
apptentive.com.android.encryption.Encryption
@RequiresApi(value = 23) public final class AESEncryption23 implements Encryption
-
-
Constructor Summary
Constructors Constructor Description AESEncryption23(EncryptionKey keyInfo)
-
Method Summary
-
-
Constructor Detail
-
AESEncryption23
AESEncryption23(EncryptionKey keyInfo)
-
-
Method Detail
-
encrypt
ByteArray encrypt(ByteArray data)
Encrypts an array of bytes and writes into the given OutputStream
- Parameters:
data-raw data to encrypt
-
decrypt
ByteArray decrypt(ByteArray data)
Decrypts an array of bytes
- Parameters:
data-raw ByteArray data to decrypt
-
decrypt
ByteArray decrypt(InputStream inputStream)
Decrypts an array of bytes
- Parameters:
inputStream-inputStream with the data to decrypt
-
-
-
-