|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Host_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 Host_vector in ds.ov2.bignat |
---|
Methods in ds.ov2.bignat that return Host_vector | |
---|---|
static Host_vector |
Host_vector.make_montgomerized_factors(int bignat_size,
BigInteger[] args,
Host_modulus mod)
Make montgomerized base factors for Vector.exponent_mod . |
static Host_vector |
Host_vector.make_montgomerized_vector(int bignat_size,
BigInteger[] args,
Host_modulus mod)
Constructor for sending montgomerized numbers to the card. |
static Host_vector |
Host_vector.make_montgomery_corrections(int bignat_size,
int len,
Host_modulus mod)
Make Montgomery corrections. |
Uses of Host_vector in ds.ov2.front |
---|
Fields in ds.ov2.front declared as Host_vector | |
---|---|
Host_vector |
RSA_card_debug_stubs.Get_result.data_bases
Return value data.bases converted from Vector. |
Host_vector |
RSA_card_debug_test_stubs.Get_result.data_bases
Return value data.bases converted from Vector. |
Host_vector |
RSA_card_debug_stubs.Get_result.data_current_attributes
Return value data.current_attributes converted from Vector. |
Host_vector |
RSA_card_debug_test_stubs.Get_result.data_current_attributes
Return value data.current_attributes converted from Vector. |
Host_vector |
RSA_card_debug_stubs.Get_result.data_montgomery_corrections
Return value data.montgomery_corrections converted from Vector. |
Host_vector |
RSA_card_debug_test_stubs.Get_result.data_montgomery_corrections
Return value data.montgomery_corrections converted from Vector. |
Host_vector |
RSA_card_debug_stubs.Get_result.data_new_attributes
Return value data.new_attributes converted from Vector. |
Host_vector |
RSA_card_debug_test_stubs.Get_result.data_new_attributes
Return value data.new_attributes converted from Vector. |
Host_vector |
RSA_card_protocol_test_stubs.Respond_result.data_remainders
Return value data.remainders converted from Vector. |
Host_vector |
RSA_card_protocol_stubs.Respond_result.data_remainders
Return value data.remainders converted from Vector. |
Methods in ds.ov2.front with parameters of type Host_vector | |
---|---|
void |
RSA_card_protocol_test_stubs.init_data_call(CardChannel _cc,
Host_modulus _data_n_host_arg,
BigInteger _data_ptls_key_host_arg,
Host_vector _data_bases_host_arg,
Host_vector _data_base_factors_host_arg,
Host_vector _data_current_attributes_host_arg,
BigInteger _data_montgomerized_one_host_arg,
Host_vector _data_montgomery_corrections_host_arg)
Call step init_data of protocol initialize in the test environment. |
void |
RSA_card_protocol_stubs.init_data_call(CardChannel _cc,
Host_modulus _data_n_host_arg,
BigInteger _data_ptls_key_host_arg,
Host_vector _data_bases_host_arg,
Host_vector _data_base_factors_host_arg,
Host_vector _data_current_attributes_host_arg,
BigInteger _data_montgomerized_one_host_arg,
Host_vector _data_montgomery_corrections_host_arg)
Call step init_data of protocol initialize on the card. |
RSA_card_protocol_test_stubs.Make_sig_hash_result |
RSA_card_protocol_test_stubs.make_sig_hash_call(CardChannel _cc,
BigInteger _data_host_alpha_host_arg,
Host_vector _data_remainders_host_arg)
Call step make_sig_hash of protocol resign in the test environment. |
RSA_card_protocol_stubs.Make_sig_hash_result |
RSA_card_protocol_stubs.make_sig_hash_call(CardChannel _cc,
BigInteger _data_host_alpha_host_arg,
Host_vector _data_remainders_host_arg)
Call step make_sig_hash of protocol resign on the card. |
Constructors in ds.ov2.front with parameters of type Host_vector | |
---|---|
RSA_card_debug_stubs.Get_result(byte a0,
Host_modulus a1,
BigInteger a2,
BigInteger a3,
Host_vector a4,
Host_vector a5,
Host_vector a6,
BigInteger a7,
BigInteger a8,
BigInteger a9,
BigInteger a10,
Host_signature a11,
Host_signature a12,
Host_vector a13)
Return record constructor. |
|
RSA_card_debug_test_stubs.Get_result(byte a0,
Host_modulus a1,
BigInteger a2,
BigInteger a3,
Host_vector a4,
Host_vector a5,
Host_vector a6,
BigInteger a7,
BigInteger a8,
BigInteger a9,
BigInteger a10,
Host_signature a11,
Host_signature a12,
Host_vector a13)
Return record constructor. |
|
RSA_card_protocol_stubs.Respond_result(long ad,
Host_vector a0,
BigInteger a1)
Return record constructor. |
|
RSA_card_protocol_test_stubs.Respond_result(long ad,
Host_vector a0,
BigInteger a1)
Return record constructor. |
Uses of Host_vector in ds.ov2.test |
---|
Methods in ds.ov2.test with parameters of type Host_vector | |
---|---|
Exponent_perf_host.Exp_call_result |
Exponent_perf_host.card_vector_exp(Host_vector base,
Host_vector exponent,
Host_modulus modulus,
int base_factor_size,
Host_vector base_factors,
BigInteger one_or_correction,
Exponent_perf_host.Vector_exponent_variant variant,
boolean keep_modulus)
Run the complete vector exponent protocol. |
void |
Exponent_perf_test_stubs.vector_exp_init_call(CardChannel _cc,
Host_vector _bignats_base_host_arg,
Host_vector _bignats_exponent_host_arg,
Host_modulus _vec_exp_modulus_host_arg,
int _n1_host_arg,
Host_vector _bignats_base_factors_host_arg,
BigInteger _one_or_correction_host_arg,
boolean _keep_modulus_host_arg)
Call step vector_exp_init of protocol Vector_exp in the test environment. |
void |
Exponent_perf_stubs.vector_exp_init_call(CardChannel _cc,
Host_vector _bignats_base_host_arg,
Host_vector _bignats_exponent_host_arg,
Host_modulus _vec_exp_modulus_host_arg,
int _n1_host_arg,
Host_vector _bignats_base_factors_host_arg,
BigInteger _one_or_correction_host_arg,
boolean _keep_modulus_host_arg)
Call step vector_exp_init of protocol Vector_exp on the card. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |