@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
details
• Optional details: string[]
Details about document signature verification errors/warnings
Defined in
signingCertificate
• signingCertificate: string
Signing certificate in base64 encoded form
Defined in
signingCertificateQualification
• signingCertificateQualification: string
Qualification of the signing certificate (QSig, QSeal etc.)
Defined in
verificationResult
• verificationResult: DocumentSignatureValidityVerificationResultEnum