Package ch.bailu.gtk.gio
Schnittstelle TlsInteractionResult
public interface TlsInteractionResult
-
Feldübersicht
Felder
-
Felddetails
-
UNHANDLED
static final int UNHANDLEDThe interaction was unhandled (i.e. not
implemented).- Siehe auch:
-
HANDLED
static final int HANDLEDThe interaction completed, and resulting data
is available.- Siehe auch:
-
FAILED
static final int FAILEDThe interaction has failed, or was cancelled.
and the operation should be aborted.- Siehe auch:
-