ds.ov2.front
Class RSA_card_protocol_stubs.Make_sig_hash_result
java.lang.Object
ds.ov2.front.RSA_card_protocol_stubs.Make_sig_hash_result
- Enclosing class:
- RSA_card_protocol_stubs
public static class RSA_card_protocol_stubs.Make_sig_hash_result
- extends Object
Result record for step make_sig_hash of
protocol resign.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
RSA_card_protocol_stubs.Make_sig_hash_result
public RSA_card_protocol_stubs.Make_sig_hash_result(long ad,
BigInteger a0)
- Return record constructor.