SignatureStatus
Description:
[ CCode ( cprefix = "POPPLER_SIGNATURE_" , type_id = "poppler_signature_status_get_type ()" ) ]
[ Version ( since = "21.12.0" ) ]
public enum SignatureStatus
Signature verification results
Content:
Enum values:
- DECODING_ERROR - signature
CMS/PKCS7 structure is malformed
- DIGEST_MISMATCH - document
content was changed after the signature was applied
- GENERIC_ERROR - failed to
verify signature
- INVALID - signature is
cryptographically invalid
- NOT_FOUND - requested signature
is not present in the document
- NOT_VERIFIED - signature not
yet verified
- VALID - signature is
cryptographically valid