Package ch.bailu.gtk.gio
Interface TlsInteractionClass.OnRequestCertificate
- Enclosing class:
- TlsInteractionClass
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionint
onRequestCertificate
(CallbackHandler __self, TlsInteraction interaction, TlsConnection connection, int flags, Cancellable cancellable)
-
Method Details
-
onRequestCertificate
int onRequestCertificate(CallbackHandler __self, @Nonnull TlsInteraction interaction, @Nonnull TlsConnection connection, int flags, @Nullable Cancellable cancellable) - Parameters:
interaction
- a #GTlsInteraction objectconnection
- a #GTlsConnection objectflags
- flags providing more information about the requestcancellable
- an optional #GCancellable cancellation object- Returns:
- The status of the request certificate interaction.
-