Skip to main content

@triveria/wallet / Exports / DocumentSignatureValidity

Interface: DocumentSignatureValidity

Table of contents

Properties

Properties

coversWholeDocument

Optional coversWholeDocument: boolean

Whether the signature covers the document in full. A PDF may carry content appended after a signature was applied - an incremental update such as an embedded verifiable presentation. That content is outside the signature's ByteRange, so the signature says nothing about it: the signature is valid for the revision it signed, but the document as a whole is not covered. Absent when the signature format has no notion of partial coverage.

Defined in

api.ts:530


details

Optional details: string[]

Details about document signature verification errors/warnings

Defined in

api.ts:518


signingCertificate

signingCertificate: string

Signing certificate in base64 encoded form

Defined in

api.ts:526


signingCertificateQualification

signingCertificateQualification: string

Qualification of the signing certificate (QSig, QSeal etc.)

Defined in

api.ts:522


verificationResult

verificationResult: DocumentSignatureValidityVerificationResultEnum

Defined in

api.ts:514