Uses of Class
ds.ov2.front.Applet_type

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

Uses of Applet_type in ds.ov2.front
 

Fields in ds.ov2.front declared as Applet_type
static Applet_type Test_state.init_applet_type
          Default initialization for Test_state.applet_type.
 

Fields in ds.ov2.front with type parameters of type Applet_type
static Reference<Applet_type> Test_state.applet_type
          The applet type of the applet the testframe works with.
 

Methods in ds.ov2.front that return Applet_type
(package private) static Applet_type Applet_type.from_byte(byte byte_type)
          Convert the applet-type byte constants (see RSA_data.PLAIN_RSA_APPLET and RSA_data.MONT_RSA_APPLET) into this enumeration type.
static Applet_type Applet_type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Applet_type[] Applet_type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ds.ov2.front with parameters of type Applet_type
 void PTLS_rsa_parameters.generate(int base_length, int exponent_length, Applet_type applet_type)
          Generate a new set of PTLS parameters and store them in this instance.
 short RSA_host_card.get_montgomery_correction_length(PTLS_rsa_parameters params, Applet_type applet_type)
          The length of the array for the Montgomery correction factors.
 void RSA_host_card.host_side_init(PTLS_rsa_parameters params, Applet_type applet_type)
          Initialize the host-driver copy of the protocols.
 void RSA_host_card.initialize_card(PTLS_rsa_parameters params, CardChannel card_channel, RSA_protocol_messages messages, Applet_type applet_type)
          Basic applet initialization.
 boolean RSA_host_card.issue_card(PTLS_rsa_parameters params, CardChannel card_channel, RSA_protocol_messages messages, Applet_type applet_type)
          Combined card initialization and personalization.
(package private)  void PTLS_rsa_parameters.print_all(Applet_type applet_type, PrintWriter out)
          Print all parameters in this instance to the given channel.
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 Card_services.reinstall_applet(CardChannel channel, PrintWriter out, boolean full_apdus, Applet_type applet_type, String applet_file)
          (Re-)Install applet.
 

Uses of Applet_type in ds.ov2.gui
 

Fields in ds.ov2.gui declared as Applet_type
 Applet_type Ov_demo_gui.Applet_type_item.type
          The applet type this item represents
 

Methods in ds.ov2.gui with parameters of type Applet_type
static String Gui_state.applet_file_name(Applet_type type)
          Return the configured cap file name for an applet type.
 boolean Card_protocols.entry_gate_check(Applet_type applet_type, Gui_protocol_messages messages)
          Run the entry-gate proof protocol.
 void Card_protocols.generate_ptls_parameters(int attribute_number, int key_size, int exp_size, Applet_type applet_type)
          Generate a new set of PTLS parameters.
private  Action Terminal_thread.install_applet_action(Applet_type applet_type)
          Terminal thread action for installing one of the applets.
private  void Card_protocols.install_applet_with_gps(cardservices.GlobalPlatformService gps, Applet_type applet_type, Gui_protocol_messages messages)
          Install one of the OV-Chip applets on a card.
 void Card_protocols.install_applet(Applet_type applet_type, Gui_protocol_messages messages)
          Install one of the OV-chip applets.
 boolean Card_protocols.issue(CardChannel channel, Gui_protocol_messages messages, Applet_type applet_type)
          Run the applet initialization protocol.
private  Action Terminal_thread.personalize_action(Applet_type applet_type)
          Terminal thread action to personalize an applet.
 void Card_protocols.personalize(Applet_type applet_type, Gui_protocol_messages messages)
          Personalize the applet.
private  Action Terminal_thread.proof_action(Applet_type applet_type)
          Terminal thread action to run the entry-gate proof-protocol.
private  void Terminal_thread.proof_ex(Applet_type applet_type)
          Exception wrapper for proof.
private  void Terminal_thread.proof(Applet_type applet_type)
          Run the entry-gate proof-protocol on the card.
 int[] Card_protocols.read_ptls_parameters(String file_name, Applet_type applet_type)
          Read PTLS parameters from file
private  Action Terminal_thread.reinstall_personalize(Applet_type applet_type)
          Terminal thread action for reinstalling the applet with subsequent personalization.
 void Card_protocols.reinstall_personalize(Applet_type applet_type, Gui_protocol_messages messages)
          Reinstall and personalize applet.
private  Action Terminal_thread.reset_action(Applet_type applet_type)
          Terminal thread action to reset an applet.
 void Card_protocols.reset_applet(Applet_type applet_type)
          Reset the applet.
private  Action Terminal_thread.resign_action(Applet_type applet_type, BigInteger[] updates)
          Terminal thread action for resigning.
 boolean Card_protocols.resign_with_update(Applet_type applet_type, BigInteger[] updates_bi, Gui_protocol_messages messages)
          Run the resign protocol with the specified attribute updates.
 void Terminal_thread.start_install_applet(Applet_type type)
          Set the applet install action for the terminal thread.
 void Terminal_thread.start_personalize(Applet_type applet_type)
          Set personalization as next action of the terminal thread.
 void Terminal_thread.start_proof(Applet_type applet_type)
          Set the proof-protocol action as next action of the terminal thread.
 void Terminal_thread.start_reinstall_personalize(Applet_type applet_type)
          Set reinstall + personalize as next action of the terminal thread.
 void Terminal_thread.start_reset_applet(Applet_type applet_type)
          Set personalization as next action of the terminal thread.
 void Terminal_thread.start_resign(Applet_type applet_type, BigInteger[] updates)
          Set the resign action as next action to execute in the terminal thread.
private  Action Terminal_thread.wait_in_entry_gate_action(boolean automatic_proof, Applet_type applet_type)
          Terminal thread action for waiting in the entry gate tab.
 void Terminal_thread.wait_in_entry_gate(Applet_type applet_type, boolean automatic_proof)
          Set the entry-gate waiting-action as next action of the terminal thread.
 

Constructors in ds.ov2.gui with parameters of type Applet_type
Ov_demo_gui.Applet_type_item(Applet_type type)
          Construct a new item.