Uses of Class
ds.ov2.util.APDU_boolean

Packages that use APDU_boolean
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_boolean in ds.ov2.front
 

Fields in ds.ov2.front declared as APDU_boolean
(package private)  APDU_boolean RSA_card_debug_description.assertions_on
          Variable declaration from RSA_card_debug.id.
(package private)  APDU_boolean RSA_card_protocol_description.signature_accepted
          Variable declaration from RSA_card_protocol.id.
 

Methods in ds.ov2.front with parameters of type APDU_boolean
 void RSA_mont_card.finish_signature(APDU_boolean accept)
          Third step of the resign protocol.
 void RSA_plain_card.finish_signature(APDU_boolean accept)
          Third step of the resign protocol.
 void RSA_squared_card.finish_signature(APDU_boolean accept)
          Third step of the resign protocol.
 void RSA_mont_card.switch_to_new_attributes(APDU_boolean success)
          Atomically switch to various new values.
 void RSA_plain_card.switch_to_new_attributes(APDU_boolean success)
          Atomically switch to various new values.
 void RSA_squared_card.switch_to_new_attributes(APDU_boolean success)
          Atomically switch to various new values.
 

Uses of APDU_boolean in ds.ov2.test
 

Fields in ds.ov2.test declared as APDU_boolean
(package private)  APDU_boolean Misc_protocols_description.assertions_on
          Variable declaration from Misc_protocols.id.
(package private)  APDU_boolean Bignat_protocols_description.carry
          Variable declaration from Bignat_protocols.id.
(package private)  APDU_boolean Exponent_perf_description.keep_modulus
          Variable declaration from Exponent_perf.id.
(package private)  APDU_boolean Data_protocol_description.performance_test
          Variable declaration from Data_protocol.id.
(package private)  APDU_boolean Misc_protocols_description.use_squared_rsa_mult_4
          Variable declaration from Misc_protocols.id.