Uses of Package
ds.ov2.bignat

Packages that use ds.ov2.bignat
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. 
 

Classes in ds.ov2.bignat used by ds.ov2.bignat
APDU_BigInteger
          Mutable APDU_Serializable wrapper around BigInteger.
Bignat
          Allocation free big natural numbers for Java Card.
Bignat_array
          APDU_Serializable interface around an array of Bignats.
Convenience.Timed_result
          BigInteger, long tuple for methods that produce such results.
Host_modulus
          Host counterpart of Modulus.
Host_vector
          Host counterpart of Vector.
Modulus
          Division modulus for Java Card.
RSA_exponent
          Compute modular powers on the crypto coprocessor of the Java Card.
RSA_exponent_interface
          Common interface of RSA_exponent and Fake_rsa_exponent.
Vector
          Bignat array with multi-exponent functionality.
 

Classes in ds.ov2.bignat used by ds.ov2.front
APDU_BigInteger
          Mutable APDU_Serializable wrapper around BigInteger.
Bignat
          Allocation free big natural numbers for Java Card.
Host_modulus
          Host counterpart of Modulus.
Host_vector
          Host counterpart of Vector.
Modulus
          Division modulus for Java Card.
RSA_exponent
          Compute modular powers on the crypto coprocessor of the Java Card.
Vector
          Bignat array with multi-exponent functionality.
 

Classes in ds.ov2.bignat used by ds.ov2.test
Bignat
          Allocation free big natural numbers for Java Card.
Host_modulus
          Host counterpart of Modulus.
Host_vector
          Host counterpart of Vector.
Modulus
          Division modulus for Java Card.
RSA_exponent
          Compute modular powers on the crypto coprocessor of the Java Card.
Vector
          Bignat array with multi-exponent functionality.