Schnittstelle TlsInteractionClass.OnRequestCertificate

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

@FunctionalInterface public static interface TlsInteractionClass.OnRequestCertificate
  • Methodendetails

    • onRequestCertificate

      int onRequestCertificate(CallbackHandler __self, @Nonnull TlsInteraction interaction, @Nonnull TlsConnection connection, int flags, @Nullable Cancellable cancellable)
      Parameter:
      interaction - a #GTlsInteraction object
      connection - a #GTlsConnection object
      flags - flags providing more information about the request
      cancellable - an optional #GCancellable cancellation object
      Gibt zurück:
      The status of the request certificate interaction.