pdftools_sdk.signature_validation.signature_content

Classes

SignatureContent(handle)

Cryptographic signature data and validation result

class pdftools_sdk.signature_validation.signature_content.SignatureContent(handle)[source]

Bases: _NativeObject, ABC

Cryptographic signature data and validation result

Encapsulates the cryptographic details and validation outcome of a digital signature. The class provides the technical validation status of the cryptographic signature.

property validity: ConstraintResult

Technical validity of the cryptographic signature

Indicates whether the cryptographic signature is valid based on the applied validation profile. For a complete validity assessment, it is also necessary to confirm that pdftools_sdk.pdf.signed_signature_field.SignedSignatureField.is_full_revision_covered is True, ensuring the signature covers the entire document revision.

Returns:

pdftools_sdk.signature_validation.constraint_result.ConstraintResult