|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectds.ov2.test.Performance_mult_host.RSA_exp_result
public class Performance_mult_host.RSA_exp_result
Combined result record for the RSA_exp protocol.
Field Summary | |
---|---|
long |
duration_full_empty
Duration of the rsa_exp_full_empty step in nanoseconds. |
long |
duration_full_exp
Duration of the rsa_exp_full_exp step in nanoseconds. |
long |
duration_parts_empty
Duration of the rsa_exp_parts_empty step in nanoseconds. |
long |
duration_parts_exp
Duration of the rsa_exp_parts_exp step in nanoseconds. |
BigInteger |
full_result
The result produced in the rsa_exp_full_exp step. |
BigInteger |
parts_result
The result produced in the rsa_exp_parts_exp step. |
Constructor Summary | |
---|---|
Performance_mult_host.RSA_exp_result(long duration_parts_empty,
long duration_parts_exp,
long duration_full_empty,
long duration_full_exp,
BigInteger parts_result,
BigInteger full_result)
Initialize the record. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final long duration_parts_empty
RSA_exponent.fixed_power
method on the card.
public final long duration_parts_exp
RSA_exponent.fixed_power
on the card). Key
initialization for setting exponent and modulus has been
done in the rsa_exp_init step.
public final long duration_full_empty
RSA_exponent.power
method on the card.
public final long duration_full_exp
RSA_exponent.power
on the card) with setting the exponent but without setting
the modulus.
public final BigInteger parts_result
public final BigInteger full_result
Constructor Detail |
---|
public Performance_mult_host.RSA_exp_result(long duration_parts_empty, long duration_parts_exp, long duration_full_empty, long duration_full_exp, BigInteger parts_result, BigInteger full_result)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |