CertificateExtensionAuthorityKeyIdentifier#

Added in version 4.3.91.

class CertificateExtensionAuthorityKeyIdentifier(**properties: Any)#

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.

get_authority_cert_serial_number() Bytes | None#

Returns the serial number of the certificate that was used to sign this certificate.

get_key_id() Bytes | None#

Returns the raw bytes containing the authority key identifier, if present.