Uses of Class
ds.ov2.front.PTLS_rsa_parameters

Packages that use PTLS_rsa_parameters
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 in ds.ov2.front
 

Methods in ds.ov2.front that return PTLS_rsa_parameters
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.
 

Methods in ds.ov2.front with parameters of type PTLS_rsa_parameters
 boolean RSA_host_card.check_gate(PTLS_rsa_parameters params, CardChannel card_channel, RSA_protocol_messages messages, boolean check_signature)
          Run the gate protocol with the card.
 boolean Host_signature.check_signature_ex(BigInteger blinded_a, PTLS_rsa_parameters params, boolean montgomerized)
          Debug and exception wrapper for Host_signature.check_signature(java.math.BigInteger, ds.ov2.front.PTLS_rsa_parameters, boolean).
private  boolean Host_signature.check_signature(BigInteger blinded_a, PTLS_rsa_parameters params, boolean montgomerized)
          Signature check.
 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.
 BigInteger[] RSA_card_debug.invent_attribute_updates(PTLS_rsa_parameters params, CardChannel card_channel)
          Invent random attribute updates.
 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.
 boolean RSA_host_card.resign(BigInteger[] updates_bi, boolean check_signature, PTLS_rsa_parameters params, CardChannel card_channel, RSA_protocol_messages messages)
          Run the resign protocol.
static void Testframe.test_one_card_issue_ex(CardChannel card_channel, PrintWriter out, PrintWriter err, PTLS_rsa_parameters ptls_params)
          Simulate the life of an OV-chip applet.
static void Testframe.test_one_card_issue(CardChannel card_channel, PrintWriter out, PTLS_rsa_parameters ptls_params)
          Exception wrapper for test_one_card_issue_ex.
 

Uses of PTLS_rsa_parameters in ds.ov2.gui
 

Fields in ds.ov2.gui declared as PTLS_rsa_parameters
private  PTLS_rsa_parameters Card_protocols.ptls_parameters
          PTLS parameter instance.