Uses of Class
ds.ov2.gui.Ov_demo_gui

Packages that use Ov_demo_gui
ds.ov2.gui Demonstrator with GUI. 
 

Uses of Ov_demo_gui in ds.ov2.gui
 

Fields in ds.ov2.gui declared as Ov_demo_gui
private  Ov_demo_gui Terminal_thread.gui
          The GUI object.
 

Methods in ds.ov2.gui with parameters of type Ov_demo_gui
 void Gui_actions.applet_selection_changed(ItemEvent e, Ov_demo_gui gui)
          Called when the applet type is changed in the applet type combobox.
 int Gui_actions.check_key_size(Ov_demo_gui gui, int user_key_size)
          Check whether the user selected user_key_size makes sense for the current applet type.
(package private)  void Gui_actions.default_initialization(Ov_demo_gui gui)
          Default initialization of the internal state.
 void Gui_actions.disable_card_maintenance(Ov_demo_gui gui)
          Method to be called when a card is removed and the PTLS office tab is selected.
 void Gui_actions.enable_card_maintenance(Ov_demo_gui gui)
          Method to be called when a card is inserted and the PTLS office tab is selected.
 void Gui_actions.entry_automatic_changed(Ov_demo_gui gui)
          Method to be called when the run-automatically check box changes state in the entry gate tab.
 void Gui_actions.entry_run_button(Ov_demo_gui gui)
          Method to be called when the run-entry-protocol button is pressed in the entry gate tab.
 CardTerminal Config_actions.get_default_reader(Ov_demo_gui gui)
          Choose a default reader among all connected ones.
 void Gui_actions.lenstra_exponent_box_changed(ItemEvent e, Ov_demo_gui gui)
          Method to be called when the automatic exponent size check box in the PTLS office tab is selected.
 void Gui_actions.ptls_automaton_resign_button(Ov_demo_gui gui)
          Method to be called when the obtain-new-signature button is pressed in the PTLS automaton tab.
 void Gui_actions.ptls_office_card_status(Ov_demo_gui gui)
          Method to be called when the status-&-delete button in the PTLS office tab is pressed.
 void Gui_actions.ptls_office_install_all(Ov_demo_gui gui)
          Method to be called when the reinstall-and-personalize button is pressed.
 void Gui_actions.ptls_office_install_applet(Ov_demo_gui gui)
          Method to be called when the install button is pressed.
 void Gui_actions.ptls_office_personalize(Ov_demo_gui gui)
          Action method for the PTLS office "Personalize" button.
 void Gui_actions.ptls_office_reset_applet(Ov_demo_gui gui)
          Method to be called when the applet reset button is pressed.
(package private)  void Gui_actions.ptls_parameters_missing(Ov_demo_gui gui)
          Method to be called when the user tries to select a different tab without having configured a set of PTLS parameters.
 void Gui_actions.ptls_params_invalidate_action(Ov_demo_gui gui)
          Method to be called when we lost our PTLS parameters.
 void Gui_actions.ptls_params_load_from_file(Ov_demo_gui gui, String file_name)
          Read PTLS parameters from file file.
 void Gui_actions.ptls_params_load(Ov_demo_gui gui)
          Method to be called when the Load-from-file button for loading PTLS parameters is pressed.
 void Gui_actions.ptls_params_new_ex(Ov_demo_gui gui)
          Method to be called when the create-new button to generate new PTLS parameters is pressed.
 void Gui_actions.ptls_params_new(Ov_demo_gui gui)
          Method to be called when the create-new button to generate new PTLS parameters is pressed.
 void Gui_actions.ptls_params_ready_action(Ov_demo_gui gui)
          Method to be called when we obtained some PTLS parameters.
 void Gui_actions.ptls_params_save(Ov_demo_gui gui)
          Method to be called when Save-to-file button for saving the current PTLS parameters is pressed.
 void Gui_actions.rsa_key_size_change(Ov_demo_gui gui)
          Method to be called when the exponent length must be adjusted to the base langth.
(package private)  void Gui_actions.select_automaton(Ov_demo_gui gui)
          Method to be called when the PTLS automaton tab is selected.
(package private)  void Gui_actions.select_entry_gate(Ov_demo_gui gui)
          Method to be called when the entry gate tab is selected.
(package private)  void Gui_actions.select_office(Ov_demo_gui gui)
          Method to be executed when the PTLS office tab is selected.
 void Gui_actions.set_bases(Ov_demo_gui gui)
          Method to be called at the end of PTLS parameter generation when the choose-bases-randomly box is not checked.
(package private)  void Gui_actions.start_action(Ov_demo_gui gui)
          Run on application startup.
(package private)  void Gui_actions.toolbar_config_button(Ov_demo_gui gui)
          Method to run when the config button in the toolbar is pressed.
 

Constructors in ds.ov2.gui with parameters of type Ov_demo_gui
Ov_demo(String[] args, Ov_demo_gui gui)
          Constructor.
Terminal_thread(Ov_demo_gui gui, Gui_actions gui_actions, Card_protocols card_protocols)
          Constructor.