This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * This is a simple applet for the absolute beginners of javacard applet development to study. | |
| * This applet was tested on JCIDE(http://www.javacos.com/sdkinfo.php). | |
| * | |
| */ | |
| package com.ftsafe.javacard.datastore; | |
| import javacard.framework.*; | |
| public class Datastore extends Applet |