Module: Poppler::SignatureStatus
- Defined in:
- (unknown)
Constant Summary collapse
- VALID =
signature is cryptographically valid
0 or :valid
- INVALID =
signature is cryptographically invalid
1 or :invalid
- DIGEST_MISMATCH =
document content was changed after the signature was applied
2 or :digest_mismatch
- DECODING_ERROR =
signature CMS/PKCS7 structure is malformed
3 or :decoding_error
- GENERIC_ERROR =
failed to verify signature
4 or :generic_error
- NOT_FOUND =
requested signature is not present in the document
5 or :not_found
- NOT_VERIFIED =
signature not yet verified
6 or :not_verified