Schnittstelle TlsDatabaseClass.OnLookupCertificateIssuer

Umschließende Klasse:
TlsDatabaseClass
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface TlsDatabaseClass.OnLookupCertificateIssuer
  • Methodendetails

    • onLookupCertificateIssuer

      TlsCertificate onLookupCertificateIssuer(CallbackHandler __self, @Nonnull TlsDatabase self, @Nonnull TlsCertificate certificate, @Nullable TlsInteraction interaction, int flags, @Nullable Cancellable cancellable)
      Parameter:
      self - a #GTlsDatabase
      certificate - a #GTlsCertificate
      interaction - used to interact with the user if necessary
      flags - flags which affect the lookup operation
      cancellable - a #GCancellable, or %NULL
      Gibt zurück:
      a newly allocated issuer #GTlsCertificate, or %NULL. Use g_object_unref() to release the certificate.