In my project, I want to write biometric data (for example, a fingerprint template) on a smart card. After some good study, I chose a Java map for my project. But I am new to this platform and know very little about it :(
I also read manuals from Sun, but could not solve some of the confusion:
1.) I just want to read and write biometric data from the card, since I need to create an applet for it on a java card? Can't I use the simple read / write functions of a smart card reader to read / write biometric data in smart card memory?
2.) If I create an applet for a java map, then how am I going to provide it with an applet identifier? The applet ID is unique for each applet. And, how can I find out the applet id for pre-created applets?
3.) What is an Application Protocol Data Unit (APDU)? And how will they help me in reading / writing data on the card?
I know that these are all basic questions, but I'm really confused. So please help the guys!
Thanks in advance.
source
share