Hierarchy

  • PrivateFileDownloadHandler
    • FileDownloadHandler

Implements

Constructors

Properties

Methods

Constructors

Properties

file: File

Methods

  • Creates FileDownloadHandler instance.

    Parameters

    • file: Buffer

      Raw file data direct from download source.

    • key: CryptoKey

      AES-256 CryptoKey.

    • iv: Uint8Array

      AES-256 iv.

    Returns Promise<IFileDownloadHandler>

    • FileDownloadHandler instance.

Generated using TypeDoc