Poppler.CertificateInfo¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
Details¶
- class Poppler.CertificateInfo¶
Poppler.CertificateInfo
contains detailed info about a signing certificate.New in version 23.07.0.
- classmethod new()¶
- Returns:
a new
Poppler.CertificateInfo
. It must be freed withPoppler.CertificateInfo.free
() when done.- Return type:
Creates a new
Poppler.CertificateInfo
New in version 23.07.0.
- copy()¶
- Returns:
a new
Poppler.CertificateInfo
structure identical to self- Return type:
Copies self, creating an identical
Poppler.CertificateInfo
.New in version 23.07.0.
- free()¶
Frees self
New in version 23.07.0.
- get_expiration_time()¶
- Returns:
certificate expiration time
- Return type:
Get certificate expiration time
New in version 23.08.0.
- get_id()¶
- Returns:
certificate nick name
- Return type:
Get certificate nick name
New in version 23.07.0.
- get_issuance_time()¶
- Returns:
certificate issuance time
- Return type:
Get certificate issuance time
New in version 23.08.0.
- get_issuer_common_name()¶
- Returns:
certificate issuer common name
- Return type:
Get certificate issuer common name
New in version 23.08.0.
- get_issuer_email()¶
- Returns:
certificate issuer email
- Return type:
Get certificate issuer email
New in version 23.08.0.
- get_issuer_organization()¶
- Returns:
certificate issuer organization
- Return type:
Get certificate issuer organization
New in version 23.08.0.
- get_subject_common_name()¶
- Returns:
certificate subject common name
- Return type:
Get certificate subject common name
New in version 23.07.0.
- get_subject_email()¶
- Returns:
certificate subject email
- Return type:
Get certificate subject email
New in version 23.08.0.