Class DecryptionAlgorithmAbstract

base type for decryption implementations

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