TlsDatabase.lookupCertificatesIssuedBy

Look up certificates issued by this issuer in the database.

This function can block, use TlsDatabase.lookupCertificatesIssuedByAsync to perform the lookup operation asynchronously.

Parameters

issuerRawDn ByteArray

a glib.ByteArray which holds the DER encoded issuer DN.

interaction TlsInteraction

used to interact with the user if necessary

flags GTlsDatabaseLookupFlags

Flags which affect the lookup operation.

cancellable Cancellable

a gio.Cancellable, or NULL

Return Value

Type: ListG

a newly allocated list of gio.TlsCertificate objects. Use g_object_unref() on each certificate, and g_list_free() on the release the list.

Throws

GException on failure.

Meta

Since

2.30