Options
All
  • Public
  • Public/Protected
  • All
Menu
internal

Base class for VirgilStreamSigner and VirgilStreamVerifier wrapping a low-level VirgilSeqSigner object.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected seqSigner

seqSigner: WrappedVirgilSeqSigner

Instance of VirgilSeqSigner native class.

Methods

dispose

  • dispose(): void

update

  • update(data: Data, encoding?: StringEncoding): this
  • Add new chunk of data to be signed or verified.

    Parameters

    • data: Data

      The chunk of data to be signed or verified.

    • Default value encoding: StringEncoding = "utf8"

    Returns this