What is the standard for loading personalized data onto smartcard
Hi all,
I need to load different sets of initial static binary data onto the card in a way that the applet can use it. Lets say I have 10 different "files" called Data0- to Data9. In the applet I need to address these data as "data(FileNumber) together with a pointer (BytePointer) that can pick one byte from each file.
I am thinking of putting them sequentially into static memory but there might be a better way... Any suggestions would be appreciated!
:-)

