Here is my problem: I have read

*- ISO/IEC 7816 Part 4: Interindustry command for
interchange
*- MUSCLE PC/SC Lite API
Toolkit API Reference Documentation

*- CamCard C++ class for accessing the University Card
(cambridge university)

*- and many others docs


but i have doubts about the following:

i) how could i set up the smart card file system
according to my needs? or what commands do i have to
use?

The creation of files is not supported. Like you maybe have read there are only commands for reading and writing. For creating files there are maybe additional (proprietary) standards (I'm not sure.) What do you want to do? Why not take the MuscleCard solution? It can store object and keys and much more.

Read this for a short overview what MuscleCard can do for you. (Read the beginning, skip the changes section, this is still in development and today more than mentioned there.)

http://www.inf.tu-dresden.de/~ko189283/MuscleCard/MuscleCardArticle.html

ii) where could i find information about the correct
sintax of APDU commands and how to write them? (i have
already read ISO/IEC 7816 Part 4 but i still have some
lagoons)

Not enough? What is not clear? The syntax with Class, instruction, P1, P2, Lc Data and Le is not clear?

Maybe you can also read the Java Card stuff. Or google for some books describing this

Karsten
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to