Properties
| "ok"
| "ok_but_self_signed"
| "ok_but_could_not_check_revocation"
| "untrusted"
| "expired"
| "not_yet_valid"
| "invalid"
| "revoked"
| "failed_to_retrieve_signature_contents"
| "general_validation_problem"
| "ok"
| "failed_to_retrieve_signature_contents"
| "tampered_document"
| "failed_to_retrieve_byterange"
| "failed_to_compute_digest"
| "failed_retrieve_signing_certificate"
| "failed_retrieve_public_key"
| "failed_encryption_padding"
| "tampered_or_invalid_timestamp"
| "general_failure"
The different signature validation states the document can be in.
boolean
The document has been modified since this signature has been added to it. Depending on the uncovered changes, the signature may be "valid with modifications", or "invalid".
boolean
The signing certificate has been explicitly marked as trusted by the certificate store.
"valid" | "warning" | "error"
The different possible validation states of the signature.
{ signerName: string | null | undefined; type: "pspdfkit/timestamp-info" }
Information about the timestamp of the signature.
| Property | Description |
|---|---|
| signerName | |
| type |
"pspdfkit/signature-info"
The different possible validation states of the certificate chain.