Uses of Interface
ds.ov2.front.RSA_protocol_messages

Packages that use RSA_protocol_messages
ds.ov2.front Frontoffice code for applet and host side, including a test frame. 
ds.ov2.gui Demonstrator with GUI. 
 

Uses of RSA_protocol_messages in ds.ov2.front
 

Methods in ds.ov2.front with parameters of type RSA_protocol_messages
 boolean RSA_host_card.check_gate(PTLS_rsa_parameters params, CardChannel card_channel, RSA_protocol_messages messages, boolean check_signature)
          Run the gate protocol with the card.
 void RSA_host_card.initialize_card(PTLS_rsa_parameters params, CardChannel card_channel, RSA_protocol_messages messages, Applet_type applet_type)
          Basic applet initialization.
 boolean RSA_host_card.issue_card(PTLS_rsa_parameters params, CardChannel card_channel, RSA_protocol_messages messages, Applet_type applet_type)
          Combined card initialization and personalization.
 boolean RSA_host_card.resign(BigInteger[] updates_bi, boolean check_signature, PTLS_rsa_parameters params, CardChannel card_channel, RSA_protocol_messages messages)
          Run the resign protocol.
 

Uses of RSA_protocol_messages in ds.ov2.gui
 

Classes in ds.ov2.gui that implement RSA_protocol_messages
 class Gui_protocol_messages
          Display various progress messages in the graphical demonstrator.