find_by_oid


Description:

public unowned CertificateExtension? find_by_oid (string oid)

Looks for an extension with the given OID.

Parameters:

this

A CertificateExtensionList

oid

The OID of the certificate extension

Returns:

The certificate extension with the given OID, or null if not found.