Created
December 12, 2014 08:16
-
-
Save miguelcardo/7ffc0348a2df2f53b708 to your computer and use it in GitHub Desktop.
Writing a Java Card applet: start
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
import javacard.framework.*; | |
public class ExampleCardlet extends Applet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I recently came across your gist. Do you have more data or applet code about javacard applet? Thank you in advance.