pdftools_sdk.signature_validation.time_stamp_content
Classes
|
The data and validation result of the cryptographic time-stamp |
- class pdftools_sdk.signature_validation.time_stamp_content.TimeStampContent(handle)[source]
Bases:
SignatureContent
The data and validation result of the cryptographic time-stamp
- property validation_time: datetime
The time at which the signature has been validated
- Returns:
datetime
- property validation_time_source: TimeSource
The source for the validation time
- Returns:
pdftools_sdk.signature_validation.time_source.TimeSource
- property hash_algorithm: HashAlgorithm
The hash algorithm used to calculate the signature’s message digest
- Returns:
pdftools_sdk.crypto.hash_algorithm.HashAlgorithm
- property date: datetime
The time-stamp time
- Returns:
datetime
- property signing_certificate: Certificate | None
The signing certificate
- Returns:
Optional[pdftools_sdk.signature_validation.certificate.Certificate]
- property certificate_chain: CertificateChain | None
The certificate chain of the signing certificate
- Returns:
Optional[pdftools_sdk.signature_validation.certificate_chain.CertificateChain]