public interface EncryptionFingerprint
A good EncryptionFingerprint has the following properties
Note: If the fingerprint changes the data cannot be decrypted anymore.
See EncryptionFingerprintFactory for how to create such fingerprints in the Android framework.
| Modifier and Type | Interface and Description |
|---|---|
static class |
EncryptionFingerprint.Default
Default implementation of a
EncryptionFingerprint with simple internal in-memory
data obfuscation. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
void |
wipe()
Wipe and overwrite the internal byte arrays
|