Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
<internal>
IDecryptors
Interface IDecryptors
Hierarchy
IDecryptors
Index
Properties
decrypt
encrypt
Properties
decrypt
decrypt
:
(
(
ciphertext
:
IEncryptedPayload
)
=>
Promise
<
string
>
)
Type declaration
(
ciphertext
:
IEncryptedPayload
)
:
Promise
<
string
>
Parameters
ciphertext:
IEncryptedPayload
Returns
Promise
<
string
>
encrypt
encrypt
:
(
(
plaintext
:
string
)
=>
Promise
<
IEncryptedPayload
>
)
Type declaration
(
plaintext
:
string
)
:
Promise
<
IEncryptedPayload
>
Parameters
plaintext:
string
Returns
Promise
<
IEncryptedPayload
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Modules
matrix-
js-
sdk
<internal>
Content
Helpers
Secret
Storage
IDecryptors
decrypt
encrypt
Generated using
TypeDoc