Uses of Class
ds.ov2.util.BigInteger_inputs

Packages that use BigInteger_inputs
ds.ov2.bignat Big integer library for Java Card, including a test frame. 
ds.ov2.front Frontoffice code for applet and host side, including a test frame. 
ds.ov2.test Test applet for OV-chip protocol layer and for ds.ov2.bignat functionality. 
ds.ov2.util OV-chip protocol layer, general APDU data types and other miscellaneous code. 
 

Uses of BigInteger_inputs in ds.ov2.bignat
 

Fields in ds.ov2.bignat declared as BigInteger_inputs
private static BigInteger_inputs Testbignat.fix_inputs
          User provided inputs.
 

Uses of BigInteger_inputs in ds.ov2.front
 

Fields in ds.ov2.front declared as BigInteger_inputs
static BigInteger_inputs Test_state.fix_inputs
          Vector of input arguments from the command line via options -i and -hex.
 

Uses of BigInteger_inputs in ds.ov2.test
 

Fields in ds.ov2.test declared as BigInteger_inputs
static BigInteger_inputs State.fix_inputs
          Vector of input arguments from the command line.
 

Uses of BigInteger_inputs in ds.ov2.util
 

Fields in ds.ov2.util declared as BigInteger_inputs
private  BigInteger_inputs BigInt_input_option.inputs
          The vector with the BigInteger inputs.
private  BigInteger_inputs BigInt_hex_input_option.inputs
          The vector with the BigInteger inputs.
 

Constructors in ds.ov2.util with parameters of type BigInteger_inputs
BigInt_hex_input_option(String option, BigInteger_inputs inputs, String argument, String explanation)
          Construct a hex BigInteger input option.
BigInt_input_option(String option, BigInteger_inputs inputs, String argument, String explanation)
          Construct an BigInteger input option.