TlsDatabase.lookupCertificatesIssuedByAsync

void lookupCertificatesIssuedByAsync(ubyte[] issuerRawDn, gio.tls_interaction.TlsInteraction interaction, gio.types.TlsDatabaseLookupFlags flags, gio.cancellable.Cancellable cancellable = null, gio.types.AsyncReadyCallback callback = null)

Asynchronously look up certificates issued by this issuer in the database. See [gio.tls_database.TlsDatabase.lookupCertificatesIssuedBy] for more information.

The database may choose to hold a reference to the issuer byte array for the duration of this asynchronous operation. The byte array should not be modified during this time.

Parameters

issuerRawDna #GByteArray which holds the DER encoded issuer DN.
interactionused to interact with the user if necessary
flagsFlags which affect the lookup operation.
cancellablea #GCancellable, or null
callbackcallback to call when the operation completes