What should I do to access EF?
Posted: Mon Dec 21, 2015 4:22 am
I can send APDU command to select MF but I need to access EF. The following is the command I sent:
I got
My question is :
What next should I do in order to access EF?
Code: Select all
ResponseAPDU r = channel.transmit(new CommandAPDU(new byte[] { 0X00,(byte) 0XA4, 0X00, 0X00, 0X02, 0X3F, 0X00 }));
I got
Code: Select all
6F 1C 82 01 38 83 02 3F 00 85 02 03 7F 86 0C 7F 7F 7F 7F 41 60 60 7F 7F 7F 60 00 8A 01 05 90 00
My question is :
What next should I do in order to access EF?