Poppler.SignatureInfo¶
Fields¶
None
Methods¶
|
|
|
|
Details¶
- class Poppler.SignatureInfo¶
Poppler.SignatureInfo
contains detailed info about a signature contained in a form field.New in version 21.12.0.
- copy()¶
- Returns:
a new
Poppler.SignatureInfo
structure identical to self- Return type:
Copies self, creating an identical
Poppler.SignatureInfo
.New in version 21.12.0.
- free()¶
Frees self
New in version 21.12.0.
- get_certificate_info()¶
- Returns:
certificate info of the signature
- Return type:
Returns
Poppler.CertificateInfo
for givenPoppler.SignatureInfo
.New in version 23.08.0.
- get_certificate_status()¶
- Returns:
certificate status of the signature
- Return type:
Returns status of the certificate for given
Poppler.SignatureInfo
.New in version 21.12.0.
- get_local_signing_time()¶
- Returns:
- Return type:
Returns local time of signing as
GLib.DateTime
. This does not contain information about time zone since it has not been preserved during conversion. Do not modify returned value since it is internal toPoppler.SignatureInfo
.New in version 21.12.0.
- get_signature_status()¶
- Returns:
signature status of the signature
- Return type:
Returns status of the signature for given
Poppler.SignatureInfo
.New in version 21.12.0.
- get_signer_name()¶
- Returns:
A string.
- Return type:
Returns name of signer for given
Poppler.SignatureInfo
.New in version 21.12.0.