Uses of Class
ds.ov2.front.PTLS_rsa_parameters.PTLS_io_exception

Packages that use PTLS_rsa_parameters.PTLS_io_exception
ds.ov2.front Frontoffice code for applet and host side, including a test frame. 
ds.ov2.gui Demonstrator with GUI. 
 

Uses of PTLS_rsa_parameters.PTLS_io_exception in ds.ov2.front
 

Methods in ds.ov2.front that throw PTLS_rsa_parameters.PTLS_io_exception
private static String PTLS_rsa_parameters.get_next_data(BufferedReader fin)
          Retrurn the part after the colon from the next line in the input fin.
static void Host_testframe.main(String[] args)
          Main method of the host test frames.
static PTLS_rsa_parameters PTLS_rsa_parameters.read_from_file(String filename, Applet_type applet_type, PrintWriter out, int verbosity)
          Create a new PTLS parameter instance by loading file filename.
static void Host_testframe.test_ptls_save()
          Test writing/reading PTLS parameters to/from file.
 void PTLS_rsa_parameters.write_to_file(String filename)
          Write the PTLS parameters in this instance to file filename.
 

Uses of PTLS_rsa_parameters.PTLS_io_exception in ds.ov2.gui
 

Methods in ds.ov2.gui that throw PTLS_rsa_parameters.PTLS_io_exception
 int[] Card_protocols.read_ptls_parameters(String file_name, Applet_type applet_type)
          Read PTLS parameters from file
 void Card_protocols.save_ptls_parameters(String file_name)
          Save the current PTLS parameters to file.