CertificateExtensionList#
Added in version 4.3.90.
Superclasses: Object
Implemented Interfaces: ListModel
A wrapper type for a list of CertificateExtensions.
Methods#
- class CertificateExtensionList
- find_by_oid(oid: str) CertificateExtension | None#
Looks for an extension with the given OID.
Added in version 4.3.90.
- Parameters:
oid – The OID of the certificate extension
- get_extension(position: int) CertificateExtension#
Returns the extension at the given position.
It is illegal to call this function with an invalid position.
- Parameters:
position – The position of the extension in the list