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