objects. Use [gobject.object.ObjectWrap.unref] on each certificate, and [glib.list.List.free] on the release the list.
TlsDatabase.lookupCertificatesIssuedBy
gio.tls_certificate.TlsCertificate[] lookupCertificatesIssuedBy(ubyte[] issuerRawDn, gio.tls_interaction.TlsInteraction interaction, gio.types.TlsDatabaseLookupFlags flags, gio.cancellable.Cancellable cancellable = null)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 | a #GByteArray which holds the DER encoded issuer DN. |
interaction | used to interact with the user if necessary |
flags | Flags which affect the lookup operation. |
cancellable | a #GCancellable, or null |
Returns
a newly allocated list of #GTlsCertificate
Throws
[ErrorWrap]