Package ds.ov2.front

Frontoffice code for applet and host side, including a test frame.

See:
          Description

Interface Summary
RSA_protocol_messages Generate protocol progress messages.
 

Class Summary
Card_services Interface class to the XXX link global platform manager.
Card_testframe Main class of the front office testframe.
Front_protocols Central point of the OV-chip RSA applet.
Hash_size Computes the size of the hash that is used in both Signature and Host_signature.
Host_signature Host data type for Signature's with signature checking.
Host_testframe Main class for the host test frame that combines the OV-chip applet and host driver code to be tested on a standard JVM.
Host_testframe.Buffered_string_writer Character stream that collects the contents in a buffer in memory that can be retrieved later.
PTLS_rsa_parameters PTLS parameters.
RSA_applet Main class of the OV-chip RSA applet.
RSA_card_debug Host driver code for the debug protocols of the RSA applets.
RSA_card_debug_description Protocol description for RSA_card_debug.
RSA_card_debug_stubs Stub code for running methods on the card.
RSA_card_debug_stubs.Get_result Result record for step get of protocol status.
RSA_card_debug_stubs.Mem_size_result Result record for step mem_size of protocol mem_size.
RSA_card_debug_test_stubs Stub code for running methods in the testframe on the host.
RSA_card_debug_test_stubs.Get_result Result record for step get of protocol status.
RSA_card_debug_test_stubs.Mem_size_result Result record for step mem_size of protocol mem_size.
RSA_card_protocol_description Protocol description for RSA_card_protocol.
RSA_card_protocol_stubs Stub code for running methods on the card.
RSA_card_protocol_stubs.Commit_result Result record for step commit of protocol gate.
RSA_card_protocol_stubs.Finish_signature_result Result record for step finish_signature of protocol resign.
RSA_card_protocol_stubs.Get_signature_result Result record for step get_signature of protocol resign.
RSA_card_protocol_stubs.Make_sig_hash_result Result record for step make_sig_hash of protocol resign.
RSA_card_protocol_stubs.Respond_result Result record for step respond of protocol gate.
RSA_card_protocol_test_stubs Stub code for running methods in the testframe on the host.
RSA_card_protocol_test_stubs.Commit_result Result record for step commit of protocol gate.
RSA_card_protocol_test_stubs.Finish_signature_result Result record for step finish_signature of protocol resign.
RSA_card_protocol_test_stubs.Get_signature_result Result record for step get_signature of protocol resign.
RSA_card_protocol_test_stubs.Make_sig_hash_result Result record for step make_sig_hash of protocol resign.
RSA_card_protocol_test_stubs.Respond_result Result record for step respond of protocol gate.
RSA_data Data structures for the OV-chip RSA applet.
RSA_host_card Host driver for all RSA applets.
RSA_mont_card Protocol methods for the Montgomerizing RSA applet.
RSA_plain_card Protocol methods for the plain RSA applet.
RSA_squared_card Protocol methods for the squared RSA applet.
Signature Signatures on blinded attribute expressions.
State Static global state class for the host driver code for the OV-chip RSA applets.
Test_state State class for the front office test frame.
Testframe Common part of the host test frame and the card test frame.
 

Enum Summary
Applet_type Enumeration of the different RSA applets this class can deal with.
 

Exception Summary
PTLS_rsa_parameters.PTLS_io_exception Exception for I/O problems during reading/writing PTLS parameters from/to disk.
 

Package ds.ov2.front Description

Frontoffice code for applet and host side, including a test frame.