Uses of Interface
ds.ov2.bignat.RSA_exponent_interface

Packages that use RSA_exponent_interface
ds.ov2.bignat Big integer library for Java Card, including a test frame. 
 

Uses of RSA_exponent_interface in ds.ov2.bignat
 

Classes in ds.ov2.bignat that implement RSA_exponent_interface
 class Fake_rsa_exponent
          RSA_exponent_interface implementation for the host.
 class RSA_exponent
          Compute modular powers on the crypto coprocessor of the Java Card.
 

Methods in ds.ov2.bignat with parameters of type RSA_exponent_interface
 void Vector.mont_rsa_exponent_mod(Vector exponent, Modulus modulus, RSA_exponent_interface rsa_exponent, Bignat rsa_vector_correction, Bignat result, Bignat temp_1, Bignat temp_2)
          Modular multi-exponent with Montgomery multiplication.
 void Bignat.short_squared_rsa_mult_2(Bignat x, Bignat y, RSA_exponent_interface square_exp, Bignat temp_1, Bignat temp_2)
          Multiplication of short bignats.
 void Bignat.short_squared_rsa_mult_4(Bignat x, Bignat y, RSA_exponent_interface square_exp, Bignat temp_1, Bignat temp_2)
          Another multiplication of short bignats.
 void Vector.squared_rsa_exponent_mod(Vector exponent, Modulus modulus, Bignat result, RSA_exponent_interface rsa_exponent, RSA_exponent_interface square_exponent, Bignat temp_1, Bignat temp_2, Bignat temp_3)
          Modular multi-exponent with squared multiplication.
 void Bignat.squared_rsa_mult_2(Bignat x, Bignat y, Modulus mod, RSA_exponent_interface square_exp, Bignat temp)
          Modular multiplication.
 void Bignat.squared_rsa_mult_4(Bignat x, Bignat y, Modulus mod, RSA_exponent_interface square_exp, Bignat temp)
          Yet another modular multiplication.