Poppler.SignatureInfo

Fields

None

Methods

copy ()

free ()

get_certificate_status ()

get_local_signing_time ()

get_signature_status ()

get_signer_name ()

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:

Poppler.SignatureInfo

Copies self, creating an identical Poppler.SignatureInfo.

New in version 21.12.0.

free()

Frees self

New in version 21.12.0.

get_certificate_status()
Returns:

certificate status of the signature

Return type:

Poppler.CertificateStatus

Returns status of the certificate for given Poppler.SignatureInfo.

New in version 21.12.0.

get_local_signing_time()
Returns:

GLib.DateTime

Return type:

GLib.DateTime

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 to Poppler.SignatureInfo.

New in version 21.12.0.

get_signature_status()
Returns:

signature status of the signature

Return type:

Poppler.SignatureStatus

Returns status of the signature for given Poppler.SignatureInfo.

New in version 21.12.0.

get_signer_name()
Returns:

A string.

Return type:

str

Returns name of signer for given Poppler.SignatureInfo.

New in version 21.12.0.