filesystem implementation for java card?

847 Views Asked by At

i was wondering if anybody knows an existing ISO7816 compliant file system implementation for javacard? I do know that there is no API for this and you have to do it yourself but i was wondering that despite numerous questions about that topic i havent found a single implementation for this problem on the internet. Has anyone done this on a decent level of quality or is everybody just hacking the minimum of what is needed?

1

There are 1 best solutions below

3
On

You can refer JavaPurseCrypto applet which is a javacard applet to implement electronic card using file system. It's a sample code located in Javacard kit.

More help: this link