Uses of Package
ds.ov2.util

Packages that use ds.ov2.util
ds.ov2.bignat Big integer library for Java Card, including a test frame. 
ds.ov2.front Frontoffice code for applet and host side, including a test frame. 
ds.ov2.gui Demonstrator with GUI. 
ds.ov2.test Test applet for OV-chip protocol layer and for ds.ov2.bignat functionality. 
ds.ov2.util OV-chip protocol layer, general APDU data types and other miscellaneous code. 
 

Classes in ds.ov2.util used by ds.ov2.bignat
APDU_Serializable
          Interface for data types that can be sent to the card by the OV-chip protocol layer.
APDU_short
          APDU_Serializable wrapper around a short.
BigInteger_inputs
          A collection of BigInteger inputs.
Option
          Abstract command line option.
Reference
          References.
Serializable_array
          Abstract class providing the APDU_Serializable interface for arrays of APDU_Serializable's.
 

Classes in ds.ov2.util used by ds.ov2.front
APDU_boolean
          APDU_Serializable wrapper around a boolean.
APDU_byte
          APDU_Serializable wrapper around one byte.
APDU_byte_array
          APDU_Serializable wrapper around a fixed size byte array.
APDU_Serializable
          Interface for data types that can be sent to the card by the OV-chip protocol layer.
APDU_short
          APDU_Serializable wrapper around a short.
BigInteger_inputs
          A collection of BigInteger inputs.
Card_terminal.Terminal_type
          Enumeration type for card terminals and emulators.
Host_protocol
          Host driver for steps in the OV-chip protocol layer.
Option
          Abstract command line option.
Protocol
          Runtime representation of a protocol of the OV-chip protocol layer.
Protocol_applet
          General functionality for the main applet instance for applets using the OV-Chip protocol layer.
Protocol_step
          Runtime instance of one step of a protocol of the OV-chip protocol layer.
Reference
          References.
Registered_protocols
          Service class for the registered protocols of one applet.
Security_parameter.Calibration
          Record containing the necessary data for calibrating the machinery for estimating the security parameters.
Serializable_array
          Abstract class providing the APDU_Serializable interface for arrays of APDU_Serializable's.
Void_method
          Method pointer class.
 

Classes in ds.ov2.util used by ds.ov2.gui
Action
          An implementation of Runnable to be able to create anonymous inner runnables that implement Runnable.
Option
          Abstract command line option.
Reference
          References.
 

Classes in ds.ov2.util used by ds.ov2.test
APDU_boolean
          APDU_Serializable wrapper around a boolean.
APDU_byte_array
          APDU_Serializable wrapper around a fixed size byte array.
APDU_Serializable
          Interface for data types that can be sent to the card by the OV-chip protocol layer.
APDU_short
          APDU_Serializable wrapper around a short.
APDU_short_array
          APDU_Serializable wrapper around a short array.
BigInteger_inputs
          A collection of BigInteger inputs.
Card_terminal.Terminal_type
          Enumeration type for card terminals and emulators.
Host_protocol
          Host driver for steps in the OV-chip protocol layer.
Option
          Abstract command line option.
Protocol
          Runtime representation of a protocol of the OV-chip protocol layer.
Protocol_applet
          General functionality for the main applet instance for applets using the OV-Chip protocol layer.
Protocol_step
          Runtime instance of one step of a protocol of the OV-chip protocol layer.
Reference
          References.
Registered_protocols
          Service class for the registered protocols of one applet.
Resizable_buffer
          APDU_Serializable wrapper around a byte array that can provide the illusion of different sizes.
Void_method
          Method pointer class.
 

Classes in ds.ov2.util used by ds.ov2.util
APDU_Serializable
          Interface for data types that can be sent to the card by the OV-chip protocol layer.
APDU_short
          APDU_Serializable wrapper around a short.
BigInteger_inputs
          A collection of BigInteger inputs.
Card_protocol
          Applet side of the OV-chip protocol implementation.
Card_terminal.Applet_selection_exception
          Exception indicating that applet selection failed.
Card_terminal.Terminal_type
          Enumeration type for card terminals and emulators.
Commandline
          Command line instance that adds an index and the notion of the next unprocessed command line element to the string array received in the main method.
Int_option
          Command line switch with an integer argument.
Option
          Abstract command line option.
Protocol
          Runtime representation of a protocol of the OV-chip protocol layer.
Protocol_step
          Runtime instance of one step of a protocol of the OV-chip protocol layer.
Reference
          References.
Registered_protocols
          Service class for the registered protocols of one applet.
Response_apdu.Card_response_error
          Exception of response APDU's that indicate an error.
Security_parameter.Calibration
          Record containing the necessary data for calibrating the machinery for estimating the security parameters.
Serializable_array
          Abstract class providing the APDU_Serializable interface for arrays of APDU_Serializable's.
Void_method
          Method pointer class.