Uses of Class
ds.ov2.util.APDU_byte_array

Packages that use APDU_byte_array
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. 
 

Uses of APDU_byte_array in ds.ov2.front
 

Fields in ds.ov2.front declared as APDU_byte_array
private  APDU_byte_array Host_signature.apdu_hash
          APDU container for the hash.
(package private)  APDU_byte_array Signature.hash
          The hash c.
 

Uses of APDU_byte_array in ds.ov2.test
 

Fields in ds.ov2.test declared as APDU_byte_array
(package private)  APDU_byte_array Misc_protocols_description.cap_creation_time
          Variable declaration from Misc_protocols.id.
private  APDU_byte_array Test_applet.cap_creation_time
          APDU container for the fifth installation argument, the cap-file creation time as long as returned by File.lastModified().
 APDU_byte_array Misc_protocols_stubs.Status_result.cap_creation_time
          Return value cap_creation_time.
 APDU_byte_array Misc_protocols_test_stubs.Status_result.cap_creation_time
          Return value cap_creation_time.
 

Constructors in ds.ov2.test with parameters of type APDU_byte_array
Misc_protocols_description(Test_protocols test_protocols, APDU_short max_short_bignat_size, APDU_short max_long_bignat_size, APDU_short max_double_bignat_size, APDU_short max_vector_length, APDU_byte_array cap_creation_time)
          Construct protocol descriptions.
Misc_protocols_stubs.Status_result(int a0, int a1, int a2, int a3, APDU_byte_array a4, boolean a5, boolean a6)
          Return record constructor.
Misc_protocols_test_stubs.Status_result(int a0, int a1, int a2, int a3, APDU_byte_array a4, boolean a5, boolean a6)
          Return record constructor.
Test_protocols(APDU_short short_bignat_size, APDU_short long_bignat_size, APDU_short double_bignat_size, APDU_short max_vector_length, APDU_byte_array cap_creation_time)
          Central creation/allocation point of the test applet.