encryptValues

fun <Key : Any> Cache<Key, String>.encryptValues(context: Context, fileName: String = "${context.packageName}_preferences", keystoreAlias: String = Encryption.DEFAULT_MASTER_KEY_ALIAS): Cache<Key, String>

Sources

androidJvm source
Link copied to clipboard