CertificateExtensionList#

Added in version 4.3.90.

class CertificateExtensionList(**properties: Any)#

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

Properties#

class CertificateExtensionList
props.n_items: int#