Gcr.CertificateExtensionAuthorityKeyIdentifier¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Gcr.CertificateExtensionAuthorityKeyIdentifier(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
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.
New in version 4.3.91.
- get_authority_cert_issuer()[source]¶
- Returns:
The names of issuer, if set
- Return type:
Returns the issuer, described by a list of [class`Gcr`.GeneralName]s.
- get_authority_cert_serial_number()[source]¶
- Returns:
The serial number, if set
- Return type:
GLib.Bytes
orNone
Returns the serial number of the certificate that was used to sign this certificate.
- get_key_id()[source]¶
- Returns:
The authority key identifier if present.
- Return type:
GLib.Bytes
orNone
Returns the raw bytes containing the authority key identifier, if present.