kalium
common
persistence
/
com.wire.kalium.persistence.dbPassphrase
/
PassphraseStorage
Passphrase
Storage
interface
PassphraseStorage
Inheritors
PassphraseStorageImpl
Members
Functions
clear
Passphrase
Link copied to clipboard
abstract
fun
clearPassphrase
(
key
:
String
)
get
Passphrase
Link copied to clipboard
abstract
fun
getPassphrase
(
key
:
String
)
:
String
?
set
Passphrase
Link copied to clipboard
abstract
fun
setPassphrase
(
key
:
String
,
passphrase
:
String
)