A
B
C
D
E
G
I
M
O
R
S
T
U
V
A
- AES256_GCM - enum entry in dev.spght.encryptedprefs.MasterKey.KeyScheme
- AES256_GCM - enum entry in dev.spght.encryptedprefs.EncryptedSharedPreferences.PrefValueEncryptionScheme
Pref values are encrypted with AES256-GCM. The associated data is the encrypted pref key.
For more information please see the Tink documentation:
AesGcmKeyManager.aes256GcmTemplate()
- AES256_GCM_HKDF_4KB - enum entry in dev.spght.encryptedprefs.EncryptedFile.FileEncryptionScheme
The file content is encrypted using StreamingAead with AES-GCM, with the file name asassociated data.
For more information please see the Tink documentation:
AesGcmHkdfStreamingKeyManager.aes256GcmHkdf4KBTemplate()
- AES256_SIV - enum entry in dev.spght.encryptedprefs.EncryptedSharedPreferences.PrefKeyEncryptionScheme
Pref keys are encrypted deterministically with AES256-SIV-CMAC (RFC 5297).
For more information please see the Tink documentation:
AesSivKeyManager.aes256SivTemplate()