Uses of Class
ds.ov2.util.Registered_protocols

Packages that use Registered_protocols
ds.ov2.front Frontoffice code for applet and host side, including a test frame. 
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. 
 

Uses of Registered_protocols in ds.ov2.front
 

Fields in ds.ov2.front declared as Registered_protocols
 Registered_protocols Front_protocols.registered_protocols
          Service instance for protocol arrays.
 

Uses of Registered_protocols in ds.ov2.test
 

Fields in ds.ov2.test declared as Registered_protocols
 Registered_protocols Test_protocols.registered_protocols
          Service instance for protocol arrays.
 

Uses of Registered_protocols in ds.ov2.util
 

Fields in ds.ov2.util declared as Registered_protocols
private  Registered_protocols Protocol_applet.registered_protocols
          Registered protocols instance.
 

Methods in ds.ov2.util with parameters of type Registered_protocols
 void Protocol_applet.set_registered_protocols(Registered_protocols registered_protocols)
          Initialize the Protocol_applet.registered_protocols field.