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

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

  • Returns void

  • Check whether the signature could not be successfully decoded.

    Returns boolean

  • Check whether the signature has been successfully decoded.

    Returns boolean