layercache-android-encryption
/
com.appmattus.layercache
Package
com.
appmattus.
layercache
Functions
Functions
encrypt
Link copied to clipboard
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
encrypt
Values
Link copied to clipboard
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