Gcr.CertificateExtensionList¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Gcr.CertificateExtensionList(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A wrapper type for a list of [class`CertificateExtension`]s.
New in version 4.3.90.
- find_by_oid(oid)[source]¶
- Parameters:
oid (
str
) – The OID of the certificate extension- Returns:
The certificate extension with the given OID, or
None
if not found.- Return type:
Looks for an extension with the given OID.
New in version 4.3.90.