Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
matrix
<internal>
Decryptors
Interface Decryptors
interface
Decryptors
{
decrypt
:
(
(
ciphertext
:
AESEncryptedSecretStoragePayload
)
=>
Promise
<
string
>
)
;
encrypt
:
(
(
plaintext
:
string
)
=>
Promise
<
AESEncryptedSecretStoragePayload
>
)
;
}
Index
Properties
decrypt
encrypt
Properties
decrypt
decrypt
:
(
(
ciphertext
:
AESEncryptedSecretStoragePayload
)
=>
Promise
<
string
>
)
encrypt
encrypt
:
(
(
plaintext
:
string
)
=>
Promise
<
AESEncryptedSecretStoragePayload
>
)
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
decrypt
encrypt
matrix-js-sdk
Loading...