-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum EncryptedSharedPreferences.PrefValueEncryptionSchemeThe encryption scheme to encrypt values.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AES256_GCMPref values are encrypted with AES256-GCM. The associated data is the encrypted pref key.
For more information please see the Tink documentation:
AesGcmKeyManager.aes256GcmTemplate()
-
Method Summary
Modifier and Type Method Description static Array<EncryptedSharedPreferences.PrefValueEncryptionScheme>values()static EncryptedSharedPreferences.PrefValueEncryptionSchemevalueOf(String name)-
-
Method Detail
-
values
static Array<EncryptedSharedPreferences.PrefValueEncryptionScheme> values()
-
valueOf
static EncryptedSharedPreferences.PrefValueEncryptionScheme valueOf(String name)
-
-
-
-