TlsDatabase.lookupCertificatesIssuedBy

Look up certificates issued by this issuer in the database.

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

Parameters

issuerRawDn ubyte[]

a #GByteArray which holds the DER encoded issuer DN.

interaction gio.tls_interaction.TlsInteraction

used to interact with the user if necessary

flags gio.types.TlsDatabaseLookupFlags

Flags which affect the lookup operation.

cancellable gio.cancellable.Cancellable

a #GCancellable, or null

Return Value

Type: gio.tls_certificate.TlsCertificate[]

a newly allocated list of #GTlsCertificate objects. Use gobject.object.ObjectG.unref on each certificate, and glib.list.List.free on the release the list.