Page 1 of 1
How to create and store files system (such as EFs, DFs) inside smart card?
Posted: Sun Nov 22, 2015 11:54 pm
by leonard
I'm suppose to create 7 EF files with fake data is created by myself, and store these files inside smart card to select and read these files content then.
Have any possible ways to do that? please give some instruction or links of any tutorial.
Many thanks !
Re: How to create and store files system (such as EFs, DFs) inside smart card?
Posted: Tue Nov 24, 2015 5:26 am
by UNKNwYSHSA
Your requirement code can be found in the opensouce applet ISOApplet.
In the IsoFileSystem.java; you can find the code to CreateFile, DeleteFile, ReadData, WriteData.
If you has other questions, tell me for further discussion.
Re: How to create and store files system (such as EFs, DFs) inside smart card?
Posted: Wed Nov 25, 2015 2:28 am
by leonard
UNKNwYSHSA wrote:Your requirement code can be found in the opensouce applet ISOApplet.
In the IsoFileSystem.java; you can find the code to CreateFile, DeleteFile, ReadData, WriteData.
If you has other questions, tell me for further discussion.
Thank you so much for your answer, I will try this code.