TlsDatabase.lookupCertificateIssuerAsync

Asynchronously lookup the issuer of certificate in the database. See g_tls_database_lookup_certificate_issuer() for more information. Since 2.30

Parameters

certificate TlsCertificate

a GTlsCertificate

interaction TlsInteraction

used to interact with the user if necessary. [allow-none]

flags GTlsDatabaseLookupFlags

flags which affect the lookup operation

cancellable Cancellable

a GCancellable, or NULL. [allow-none]

callback GAsyncReadyCallback

callback to call when the operation completes

userData void*

the data to pass to the callback function

Meta