matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.securestorage
/
RawBytesKeySpec
/
Companion
Companion
object
Companion
Members
Functions
from
Passphrase
Link copied to clipboard
fun
fromPassphrase
(
passphrase
:
String
,
salt
:
String
,
iterations
:
Int
,
progressListener
:
ProgressListener
?
)
:
RawBytesKeySpec
from
Recovery
Key
Link copied to clipboard
fun
fromRecoveryKey
(
recoveryKey
:
String
)
:
RawBytesKeySpec
?