Package ch.bailu.gtk.gio
Interface TlsInteractionResult
public interface TlsInteractionResult
-
Field Summary
-
Field Details
-
UNHANDLED
static final int UNHANDLEDThe interaction was unhandled (i.e. not
implemented).- See Also:
-
HANDLED
static final int HANDLEDThe interaction completed, and resulting data
is available.- See Also:
-
FAILED
static final int FAILEDThe interaction has failed, or was cancelled.
and the operation should be aborted.- See Also:
-