layercache-android-encryption
/
com.appmattus.layercache
androidJvm
Package com.
appmattus.
layercache
Functions
Functions
encrypt
Link copied to clipboard
androidJvm
fun
Cache
<
String
,
String
>.
encrypt
(context:
Context
, fileName:
String
= "${context.packageName}_preferences", keystoreAlias:
String
= Encryption.DEFAULT_MASTER_KEY_ALIAS):
Cache
<
String
,
String
>
Content copied to clipboard
encryptValues
Link copied to clipboard
androidJvm
fun <
Key
:
Any
>
Cache
<
Key
,
String
>.
encryptValues
(context:
Context
, fileName:
String
= "${context.packageName}_preferences", keystoreAlias:
String
= Encryption.DEFAULT_MASTER_KEY_ALIAS):
Cache
<
Key
,
String
>
Content copied to clipboard