Interface TlsInteractionClass.OnAskPassword

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.OnAskPassword
  • Method Details

    • onAskPassword

      int onAskPassword(CallbackHandler __self, @Nonnull TlsInteraction interaction, @Nonnull TlsPassword password, @Nullable Cancellable cancellable)
      Parameters:
      interaction - a #GTlsInteraction object
      password - a #GTlsPassword object
      cancellable - an optional #GCancellable cancellation object
      Returns:
      The status of the ask password interaction.