Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a signature that is either valid or that could not be decoded.

Hierarchy

  • MaybeSignature

Index

Constructors

Properties

invalidSignatureSource: undefined | string

The base64 encoded string that is claimed to contain a signature but could not be decoded, if any.

signature: undefined | Signature

The signature, if successfully decoded.

Methods

  • free(): void
  • Returns void

  • isInvalid(): boolean
  • Check whether the signature could not be successfully decoded.

    Returns boolean

  • isValid(): boolean
  • Check whether the signature has been successfully decoded.

    Returns boolean

Generated using TypeDoc