Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.17 KB

File metadata and controls

14 lines (11 loc) · 1.17 KB

# DocumentSignatures

Properties

Name Type Description Notes
status string The one-line answer, reduced from every signature worst case first. `unavailable` means signature validation is not enabled on this deployment — it says nothing about the document. [optional]
status_label string The status in words, ready to display. [optional]
has_long_term_validation bool The document carries the certificate and revocation data needed to verify it after the signing certificates expire. [optional]
covers_whole_document bool The last signature covers every byte, so nothing was appended after it. [optional]
document_timestamps int Timestamp-only signatures, counted rather than listed: they are machinery, not people, and would double every signer. [optional]
signatures \PDFGeneratorAPI\Model\DocumentSignature[] One entry per signature, excluding document timestamps. [optional]

[Back to Model list] [Back to API list] [Back to README]