private void example(APDU apdu) {
PM.check(PMC.TRAP_example_Example_hash_example_argb_javacard_framework_APDU_arge_1);
short count = Util.getShort(apdu.getBuffer(), ISO7816.OFFSET_CDATA);
PM.check(PMC.TRAP_example_Example_hash_example_argb_javacard_framework_APDU_arge_2);
for (short i = 0; i < count; i++) {
PM.check(PMC.TRAP_example_Example_hash_example_argb_javacard_framework_APDU_arge_3);
short tmp = 0;
PM.check(PMC.TRAP_example_Example_hash_example_argb_javacard_framework_APDU_arge_4);
for (short k = 0; k < 50; k++) {
PM.check(PMC.TRAP_example_Example_hash_example_argb_javacard_framework_APDU_arge_5);
tmp++;
PM.check(PMC.TRAP_example_Example_hash_example_argb_javacard_framework_APDU_arge_6);
}
PM.check(PMC.TRAP_example_Example_hash_example_argb_javacard_framework_APDU_arge_7);
}
PM.check(PMC.TRAP_example_Example_hash_example_argb_javacard_framework_APDU_arge_8);
}
private void example(APDU apdu) {
short count = Util.getShort(apdu.getBuffer(), ISO7816.OFFSET_CDATA);
for (short i = 0; i < count; i++) {
short tmp = 0;
for (short k = 0; k < 50; k++) {
tmp++;
}
}
}
Click on a graph item to get a list of corresponding inputs.