:right-sidebar: True CertificateExtensionAuthorityKeyIdentifier =================================================================== .. currentmodule:: gi.repository.Gcr .. versionadded:: 4.3.91 .. class:: CertificateExtensionAuthorityKeyIdentifier(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.Gcr.CertificateExtension`, :class:`~gi.repository.GObject.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 ------- .. rst-class:: interim-class .. class:: CertificateExtensionAuthorityKeyIdentifier :no-index: .. method:: get_authority_cert_issuer() -> ~gi.repository.Gcr.GeneralNames | None Returns the issuer, described by a list of :obj:`~gi.repository.Gcr.GeneralName`\s. .. method:: get_authority_cert_serial_number() -> ~gi.repository.GLib.Bytes | None Returns the serial number of the certificate that was used to sign this certificate. .. method:: get_key_id() -> ~gi.repository.GLib.Bytes | None Returns the raw bytes containing the authority key identifier, if present.