Uses of Class
ds.ov2.test.Test_protocols

Packages that use Test_protocols
ds.ov2.test Test applet for OV-chip protocol layer and for ds.ov2.bignat functionality. 
 

Uses of Test_protocols in ds.ov2.test
 

Fields in ds.ov2.test declared as Test_protocols
private  Test_protocols Exponent_perf_host.test_protocols
          Protocol array instance to set the result sizes after changing the vector length.
(package private)  Test_protocols Misc_protocols_description.test_protocols
          Variable declaration from Misc_protocols.id.
private  Test_protocols Misc_protocols_host.test_protocols
          The protocol array instance of the host to set the result sizes after the resize protocol.
(package private)  Test_protocols Exponent_perf_description.test_protocols
          Variable declaration from Exponent_perf.id.
(package private)  Test_protocols Data_protocol_description.test_protocols
          Variable declaration from Data_protocol.id.
 

Methods in ds.ov2.test with parameters of type Test_protocols
static void Test_host.open_test_applet(CardChannel card_channel, Test_protocols test_protocols, PrintWriter out)
          Select the test applet on the card.
static void Test_host.run_tests(String[] args, Test_protocols test_protocols, CardChannel card_channel)
          Run all requested tests and performance measurements.
 

Constructors in ds.ov2.test with parameters of type Test_protocols
Card_performance(Test_protocols test_protocols, CardChannel card_channel)
          Constructor.
Data_protocol_description(Test_protocols test_protocols)
          Construct protocol descriptions.
Exponent_perf_description(Test_protocols test_protocols, Bignats bignats)
          Construct protocol descriptions.
Exponent_perf_host(Test_protocols test_protocols, CardChannel card_channel)
          Constructor.
Misc_protocols_description(Test_protocols test_protocols, APDU_short max_short_bignat_size, APDU_short max_long_bignat_size, APDU_short max_double_bignat_size, APDU_short max_vector_length, APDU_byte_array cap_creation_time)
          Construct protocol descriptions.
Misc_protocols_host(Test_protocols test_protocols, CardChannel card_channel, PrintWriter out)
          Constructor.
Performance_mult_host(Test_protocols test_protocols, CardChannel cc)
          Construct a new test object.