CertificateExtensionAuthorityKeyIdentifier#
Added in version 4.3.91.
Superclasses: CertificateExtension, Object
A certificate extension that contains the authority key identifier (SKI).
This extension may expose the authority key identifier directly, which should match the subject key identifier of the parent certificate.
It may also expose a combination of issuer name and serial number of the used certificate instead. This is rare however.
Methods#
- class CertificateExtensionAuthorityKeyIdentifier
- get_authority_cert_issuer() → GeneralNames | None#
Returns the issuer, described by a list of
GeneralNames.