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

(source)
Link copied to clipboard