Skip to main content

SignedDataVerifyError

Extends

  • Error

Implements

Constructors

Constructor

new SignedDataVerifyError(__namedParameters): SignedDataVerifyError

Parameters

__namedParameters

SignedDataVerifyErrorParams

Returns

SignedDataVerifyError

Overrides

Error.constructor

Properties

certificatePath

certificatePath: Certificate[]

Implementation of

SignedDataVerifyResult.certificatePath


code

code: number

Implementation of

SignedDataVerifyResult.code


date

date: Date

Implementation of

SignedDataVerifyResult.date


message

message: string

Implementation of

SignedDataVerifyResult.message

Inherited from

Error.message


name

name: string

Inherited from

Error.name


signatureVerified

signatureVerified: boolean | null

Implementation of

SignedDataVerifyResult.signatureVerified


signerCertificate

signerCertificate: Certificate | null

Implementation of

SignedDataVerifyResult.signerCertificate


signerCertificateVerified

signerCertificateVerified: boolean | null

Implementation of

SignedDataVerifyResult.signerCertificateVerified


stack?

optional stack: string

Inherited from

Error.stack


timestampSerial

timestampSerial: ArrayBuffer | null

Implementation of

SignedDataVerifyResult.timestampSerial