public class ClearEncrypter extends java.lang.Object implements Encrypter
UnencryptedPinProvider
Constructor and Description |
---|
ClearEncrypter() |
Modifier and Type | Method and Description |
---|---|
byte[] |
decrypt(byte[] data)
Returns the data that has been decrypted using this Encrypter
|
byte[] |
encrypt(byte[] data)
Returns the data that has been encrypted using this Encrypter
|
java.lang.String |
getDbKey()
Returns the encryption key to use for encrypting a SQLCipher database, if using one.
|
public byte[] encrypt(byte[] data)
Encrypter
public byte[] decrypt(byte[] data)
Encrypter
public java.lang.String getDbKey()
Encrypter