ds.ov2.front
Class RSA_card_protocol_test_stubs.Make_sig_hash_result

java.lang.Object
  extended by ds.ov2.front.RSA_card_protocol_test_stubs.Make_sig_hash_result
Enclosing class:
RSA_card_protocol_test_stubs

public static class RSA_card_protocol_test_stubs.Make_sig_hash_result
extends Object

Result record for step make_sig_hash of protocol resign.


Field Summary
 BigInteger data_sig_remainder
          Return value data.sig_remainder converted from Bignat.
 long duration
          Duration of the call in nanoseconds.
 
Constructor Summary
RSA_card_protocol_test_stubs.Make_sig_hash_result(long ad, BigInteger a0)
          Return record constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

duration

public final long duration
Duration of the call in nanoseconds. The measurement includes (de-)serialization but not the allocation of argument and result arrays.


data_sig_remainder

public final BigInteger data_sig_remainder
Return value data.sig_remainder converted from Bignat.

Constructor Detail

RSA_card_protocol_test_stubs.Make_sig_hash_result

public RSA_card_protocol_test_stubs.Make_sig_hash_result(long ad,
                                                         BigInteger a0)
Return record constructor.