ds.ov2.front
Class RSA_card_protocol_stubs.Respond_result

java.lang.Object
  extended by ds.ov2.front.RSA_card_protocol_stubs.Respond_result
Enclosing class:
RSA_card_protocol_stubs

public static class RSA_card_protocol_stubs.Respond_result
extends Object

Result record for step respond of protocol gate.


Field Summary
 Host_vector data_remainders
          Return value data.remainders converted from Vector.
 BigInteger data_result
          Return value data.result converted from Bignat.
 long duration
          Duration of the call in nanoseconds.
 
Constructor Summary
RSA_card_protocol_stubs.Respond_result(long ad, Host_vector a0, BigInteger a1)
          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_remainders

public final Host_vector data_remainders
Return value data.remainders converted from Vector.


data_result

public final BigInteger data_result
Return value data.result converted from Bignat.

Constructor Detail

RSA_card_protocol_stubs.Respond_result

public RSA_card_protocol_stubs.Respond_result(long ad,
                                              Host_vector a0,
                                              BigInteger a1)
Return record constructor.