Gio.TlsDatabase.prototype.lookup_certificate_issuer_async
function lookup_certificate_issuer_async(certificate: Gio.TlsCertificate, interaction: Gio.TlsInteraction, flags: Gio.TlsDatabaseLookupFlags, cancellable: Gio.Cancellable, callback: Gio.AsyncReadyCallback): void { // Gjs wrapper for g_tls_database_lookup_certificate_issuer_async() }
Asynchronously lookup the issuer of certificate in the database. See Gio.TlsDatabase.prototype.lookup_certificate_issuer for more information.
Since 2.30
- certificate
- interaction
used to interact with the user if necessary
- flags
flags which affect the lookup operation
- cancellable
a Gio.Cancellable, or null
- callback
callback to call when the operation completes