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.

@FunctionalInterface public static interface TlsInteractionClass.OnRequestCertificate
  • Method Details

    • onRequestCertificate

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