Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.storage.mobile
/
KeyStoreWrapper
Key
Store
Wrapper
class
KeyStoreWrapper
Members
Constructors
Key
Store
Wrapper
Link copied to clipboard
constructor
(
)
Functions
decrypt
Data
With
Key
Link copied to clipboard
fun
decryptDataWithKey
(
key
:
String
,
encryptedData
:
String
)
:
String
?
delete
All
Entries
Link copied to clipboard
fun
deleteAllEntries
(
key
:
String
)
:
Boolean
encrypt
Data
Link copied to clipboard
fun
encryptData
(
key
:
String
,
value
:
String
)
:
String