Package dev.spght.encryptedprefs
See: Description
-
Enum Summary Enum Description KeyScheme Algorithm/Cipher choices used for the master key. FileEncryptionScheme The encryption scheme to encrypt files. PrefKeyEncryptionScheme The encryption scheme to encrypt keys. PrefValueEncryptionScheme The encryption scheme to encrypt values. -
Class Summary Class Description Builder Builder for generating a MasterKey. MasterKey Wrapper for a master key used in the library. Builder Builder class to configure EncryptedFile EncryptedFile Class used to create and read encrypted files. MasterKeys Convenient methods to create and obtain master keys in Android Keystore. EncryptedSharedPreferences An implementation of SharedPreferences that encrypts keys and values.