lookupCertificateIssuerAsync

open fun lookupCertificateIssuerAsync(    certificate: TlsCertificate,     interaction: TlsInteraction? = null,     flags: TlsDatabaseLookupFlags,     cancellable: Cancellable? = null,     callback: AsyncReadyCallback?)(source)

Asynchronously look up the issuer of @certificate in the database. See g_tls_database_lookup_certificate_issuer() for more information.

Since

2.30

Parameters

certificate

a #GTlsCertificate

interaction

used to interact with the user if necessary

flags

flags which affect the lookup operation

cancellable

a #GCancellable, or null

callback

callback to call when the operation completes