Page 1 of 1

Write Javacard holder data with apdu command

Posted: Tue Nov 03, 2020 9:56 am
by mdgboi
Hello !

I'm a beginner in JavaCard developping.
I'm working on JC2.2.2 with Eclipse and looking for a way to store card holder data in an applet.

These data include name/card number/expiry date/pin code...
I have no idea how to insert these data with APDU Command and memorize it in the JavaCard. :(

Which fonction may I use to write data ?
Do they need to be stored in a file or may I put them directly in the applet ?
If you have a demo or an example it will be perfect !

I will be grateful for you help ! :)

mdgboi