Package ch.bailu.gtk.gio
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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
onRequestCertificate
(CallbackHandler __self, TlsInteraction interaction, TlsConnection connection, int flags, Cancellable cancellable)
-
Methodendetails
-
onRequestCertificate
int onRequestCertificate(CallbackHandler __self, @Nonnull TlsInteraction interaction, @Nonnull TlsConnection connection, int flags, @Nullable Cancellable cancellable) - Parameter:
interaction
- a #GTlsInteraction objectconnection
- a #GTlsConnection objectflags
- flags providing more information about the requestcancellable
- an optional #GCancellable cancellation object- Gibt zurück:
- The status of the request certificate interaction.
-