|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectds.ov2.front.Test_state
public class Test_state
State class for the front office test frame. Contains the global variables for the test frame. Most of them can be changed with command line options.
Static class.
| Field Summary | |
|---|---|
static Reference<Applet_type> |
applet_type
The applet type of the applet the testframe works with. |
static Reference<Integer> |
card_init_rounds
Number of applet initialization rounds per generated key. |
static BigInteger_inputs |
fix_inputs
Vector of input arguments from the command line via options -i and -hex. |
static Reference<Boolean> |
ignore_all_kinds_of_problems
Ignore signature errors and failed runs of the resing and proof protocol. |
static Applet_type |
init_applet_type
Default initialization for applet_type. |
static Reference<Integer> |
proof_rounds
Number of proof rounds per resign round. |
static Reference<Integer> |
ptls_param_rounds
Number of key generation rounds for each tested key size. |
static Reference<Integer> |
resign_rounds
Number of resign rounds per applet. |
static int |
sleep_time
Milliseconds to sleep before each protocol invocation. |
static Reference<Boolean> |
test_const_size
Test a fixed size. |
static Reference<Boolean> |
test_increase_size
Test with successively increasing key sizes. |
static Reference<Boolean> |
test_ptls_save
Test PTLS system parameter save/restore. |
static Reference<Integer> |
verbosity
Verbosity of the generated output. |
| Constructor Summary | |
|---|---|
protected |
Test_state()
Static class, object creation disabled. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static Reference<Integer> verbosity
-v, -d, -dd and -ddd.
public static Applet_type init_applet_type
applet_type. The default
value is controled by the Makefile with various cpp defines.
public static Reference<Applet_type> applet_type
public static Reference<Boolean> test_increase_size
-test-size
public static Reference<Boolean> test_const_size
-test-const.
public static Reference<Boolean> test_ptls_save
-test-ptls-save.
public static Reference<Integer> ptls_param_rounds
-ptls-rounds.
public static Reference<Integer> card_init_rounds
-card-init-rounds.
public static Reference<Integer> resign_rounds
-resign-rounds.
public static Reference<Integer> proof_rounds
-proof-rounds.
public static int sleep_time
public static Reference<Boolean> ignore_all_kinds_of_problems
-ignore.
public static BigInteger_inputs fix_inputs
-i and -hex.
| Constructor Detail |
|---|
protected Test_state()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||