Skip to content

Instantly share code, notes, and snippets.

@gracebear
gracebear / Datastore
Last active August 29, 2015 14:15
JavaCard applet -datastore
/*
* 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