-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum EncryptedSharedPreferences.PrefKeyEncryptionSchemeThe encryption scheme to encrypt keys.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AES256_SIVPref keys are encrypted deterministically with AES256-SIV-CMAC (RFC 5297).
For more information please see the Tink documentation:
AesSivKeyManager.aes256SivTemplate()
-
Method Summary
Modifier and Type Method Description static Array<EncryptedSharedPreferences.PrefKeyEncryptionScheme>values()static EncryptedSharedPreferences.PrefKeyEncryptionSchemevalueOf(String name)-
-
Method Detail
-
values
static Array<EncryptedSharedPreferences.PrefKeyEncryptionScheme> values()
-
valueOf
static EncryptedSharedPreferences.PrefKeyEncryptionScheme valueOf(String name)
-
-
-
-