Class BackupDecryptionKey
Properties
Readonly
megolmV1PublicKey
Methods
decryptV1
- decryptV1(ephemeral_key: string, mac: string, ciphertext: string): string
Parameters
- ephemeral_key: string
- mac: string
- ciphertext: string
Returns string
free
- free(): void
Returns void
toBase64
- toBase64(): string
Returns string
The private part of the backup key, the one used for recovery.