ds.ov2.front
Class RSA_card_protocol_description.commit_call

java.lang.Object
  extended by ds.ov2.front.RSA_card_protocol_description.commit_call
All Implemented Interfaces:
Void_method
Enclosing class:
RSA_card_protocol_description

 class RSA_card_protocol_description.commit_call
extends Object
implements Void_method

Card action for step commit in protocol gate.

Only available if JAVACARD_APPLET or APPLET_TESTFRAME is defined.


Constructor Summary
RSA_card_protocol_description.commit_call()
          Empty constructor.
 
Method Summary
 void method()
          Run the card action for step commit in protocol gate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSA_card_protocol_description.commit_call

RSA_card_protocol_description.commit_call()
Empty constructor.

Method Detail

method

public void method()
Run the card action for step commit in protocol gate.

Specified by:
method in interface Void_method