Uses of Class
ds.ov2.bignat.RSA_exponent

Packages that use RSA_exponent
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. 
 

Uses of RSA_exponent in ds.ov2.bignat
 

Fields in ds.ov2.bignat declared as RSA_exponent
private static RSA_exponent[] Resize.long_rsa
          Array of registered RSA exponents.
 

Methods in ds.ov2.bignat with parameters of type RSA_exponent
static void Resize.register_long_rsa(RSA_exponent e)
          Register the RSA exponent e.
 

Uses of RSA_exponent in ds.ov2.front
 

Fields in ds.ov2.front declared as RSA_exponent
(package private)  RSA_exponent RSA_plain_card.rsa_exponent
          Object for computing single exponents via public RSA encryption.
(package private)  RSA_exponent RSA_squared_card.rsa_exponent
          Object for computing single exponents via public RSA encryption.
(package private)  RSA_exponent RSA_squared_card.square_exponent
          Object for computing squares via public RSA encryption in Bignat.squared_rsa_mult_2, Bignat.short_squared_rsa_mult_2, Bignat.squared_rsa_mult_4 and Bignat.short_squared_rsa_mult_4.
 

Uses of RSA_exponent in ds.ov2.test
 

Fields in ds.ov2.test declared as RSA_exponent
 RSA_exponent Bignats.rsa_exponent
          RSA cipher instance for the normal computations.
private  RSA_exponent Exponent_perf_card.rsa_exponent
          The cipher used for exponentiations.
 RSA_exponent Bignats.square_exp
          RSA cipher instance for squaring.
private  RSA_exponent Exponent_perf_card.square_exponent
          The cipher for the squarings if squared multiplication is used.