Package-level declarations

Types

Link copied to clipboard

Functions

Link copied to clipboard
inline fun <T> decrypt(security: Security, encrypted: String): T
Link copied to clipboard
inline fun <T> encrypt(security: Security, lastValue: String?, value: T): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <T> SettingsDataStore.get(pref: IDataStoreEncryptedPreference<T>): Flow<T>
Link copied to clipboard
fun SettingsDataStore.getSecurity(): Security
Link copied to clipboard
inline suspend fun <T> SettingsDataStore.put(pref: IDataStoreEncryptedPreference<T>, value: T)
Link copied to clipboard
inline suspend fun <T> SettingsDataStore.remove(pref: IDataStoreEncryptedPreference<T>)