An encryptor that uses Android's SecretKey to encrypt and decrypt data. It uses AES/GCM/NoPadding as the cipher and HmacSHA256 for the MAC.
Decrypts the given data. It uses a lock to ensure thread safety.
Encrypts the given data. It uses a lock to ensure thread safety.