KotPreferences
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
KotPreferences
core
/
com.michaelflisar.kotpreferences.core.interfaces
/
StorageEncryption
Storage
Encryption
interface
StorageEncryption
Members
Functions
decrypt
Link copied to clipboard
abstract
fun
<
T
>
decrypt
(
data
:
String
,
type
:
StorageDataType.NotNullable
)
:
T
encrypt
Link copied to clipboard
abstract
fun
<
T
>
encrypt
(
value
:
T
,
type
:
StorageDataType.NotNullable
)
:
String