|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectds.ov2.test.Test_protocols
public class Test_protocols
Central point of the test applet. There is precisely one instance of this class in the test applet. This instance bundles all the functionality of the applet in the array of registered protocols. This class is also responsible for creating/initializing the complete object structure of the test applet.
Field Summary | |
---|---|
Bignat_protocols_description |
bignat_protocols
Protocol description for various Bignat (performance) tests. |
Bignats |
bignats
Collection of all Bignats, Vectors and RSA exponents. |
Data_protocol_description |
data_protocol
Data protocol description instance. |
Exponent_perf_description |
exponent_protocols
Protocol description for vector exponent. |
Misc_protocols_description |
misc_protocols
Misc protocol description instance. |
Registered_protocols |
registered_protocols
Service instance for protocol arrays. |
Constructor Summary | |
---|---|
Test_protocols(APDU_short short_bignat_size,
APDU_short long_bignat_size,
APDU_short double_bignat_size,
APDU_short max_vector_length,
APDU_byte_array cap_creation_time)
Central creation/allocation point of the test applet. |
Method Summary | |
---|---|
void |
set_result_sizes()
Recompute the cached total result size in all steps in all protocols. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final Bignats bignats
public final Misc_protocols_description misc_protocols
public final Data_protocol_description data_protocol
public final Bignat_protocols_description bignat_protocols
public final Exponent_perf_description exponent_protocols
public final Registered_protocols registered_protocols
Constructor Detail |
---|
public Test_protocols(APDU_short short_bignat_size, APDU_short long_bignat_size, APDU_short double_bignat_size, APDU_short max_vector_length, APDU_byte_array cap_creation_time)
registered_protocols
.
short_bignat_size
- size in bytes for the (short) exponent
Bignatslong_bignat_size
- size in bytes for the (long) base
Bignatsdouble_bignat_size
- size in bytes for the double-sized
Bignatsmax_vector_length
- initialization length for the base and
exponent vectors.cap_creation_time
- applet cap file creation time as
returned by File.lastModified()
Method Detail |
---|
public void set_result_sizes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |