ds.ov2.front
Class RSA_card_protocol_stubs.Finish_signature_result

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

public static class RSA_card_protocol_stubs.Finish_signature_result
extends Object

Result record for step finish_signature of protocol resign.


Field Summary
 long duration
          Duration of the call in nanoseconds.
 boolean signature_accepted
          Return value signature_accepted converted from APDU_boolean.
 
Constructor Summary
RSA_card_protocol_stubs.Finish_signature_result(long ad, boolean 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.


signature_accepted

public final boolean signature_accepted
Return value signature_accepted converted from APDU_boolean.

Constructor Detail

RSA_card_protocol_stubs.Finish_signature_result

public RSA_card_protocol_stubs.Finish_signature_result(long ad,
                                                       boolean a0)
Return record constructor.