Class DecryptionAlgorithmAbstract

base type for decryption implementations

Alias

module:crypto/algorithms/base.DecryptionAlgorithm

Param

parameters

Param

The UserID for the local user

Param

crypto core

Param

olm.js wrapper

Param

base matrix api interface

Param

The ID of the room we will be receiving from. Null for to-device events.

Hierarchy

  • DecryptionAlgorithm

Constructors

Properties

baseApis: MatrixClient
crypto: Crypto
olmDevice: OlmDevice
roomId?: string
userId: string

Methods

  • Retry decrypting all the events from a sender that haven't been decrypted yet.

    Parameters

    • senderKey: string

      the sender's key

    Returns Promise<boolean>

Generated using TypeDoc