|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Vector | |
---|---|
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 Vector in ds.ov2.bignat |
---|
Fields in ds.ov2.bignat declared as Vector | |
---|---|
private static Vector[] |
Resize.factors
Array of registered factor arrays. |
private static Vector[] |
Resize.vectors
Array of registered vectors. |
Methods in ds.ov2.bignat with parameters of type Vector | |
---|---|
void |
Vector.exponent_mod(Vector exponent,
Modulus modulus,
short base_factor_size,
Vector base_factors,
Bignat mont_one,
Bignat result,
Bignat temp_arg)
Montgomerized modular multi-exponent. |
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. |
static void |
Resize.register_factor(Vector v)
Register the factor array v . |
static void |
Resize.register_vector(Vector v)
Register the vector v . |
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. |
Uses of Vector in ds.ov2.front |
---|
Fields in ds.ov2.front declared as Vector | |
---|---|
private Vector |
RSA_mont_card.alphas
Alphas and quotients. |
private Vector |
RSA_plain_card.alphas
Alphas and quotients. |
private Vector |
RSA_squared_card.alphas
Alphas and quotients. |
Vector |
RSA_data.base_factors
Base factors needed for Vector.exponent_mod . |
Vector |
RSA_data.bases
Bases. |
Vector |
RSA_data.current_attributes
Current attributes. |
(package private) Vector |
RSA_data.montgomery_corrections
Montgomery correction factors. |
Vector |
RSA_data.new_attributes
New attributes. |
(package private) Vector |
RSA_data.remainders
Remainders vector. |
private Vector |
RSA_mont_card.temp_base_vec
Temporary base vector of length 2. |
private Vector |
RSA_mont_card.temp_exp_vec
Temporary exponent vector of length 2. |
Uses of Vector in ds.ov2.test |
---|
Fields in ds.ov2.test declared as Vector | |
---|---|
Vector |
Bignats.base
Bases vector |
Vector |
Bignats.base_factors
Base factors vector |
Vector |
Bignats.exponent
Exponent vector |
Methods in ds.ov2.test with parameters of type Vector | |
---|---|
void |
Exponent_perf_card.vector_exp(Vector base,
Vector exponent,
Modulus modulus,
short base_factor_size,
Vector base_factors,
Bignat one_or_correction,
short variant,
boolean doit)
Computation method for the vector_exp_1 and vector_exp_2 steps. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |