Page 1 of 1

How to select EF and read data from it

Posted: Thu Oct 08, 2015 3:12 am
by Bodewes
I need to read java card files - EF. Which APDU should I send to select EF?
How can i read data from it? I am thankful for any help.

Re: How to select EF and read data from it

Posted: Thu Oct 08, 2015 2:19 pm
by ThePhoenyx
Use the Select INS to select the EF then use the Read Data INS to read records from the file. If the file is not structured as records, Use the Read Binary INS with an offset and length to be read.