JavacardOS will not accept order any more, please contact our partner Feitian online Store:
https://ftsafe.en.alibaba.com/index.html
https://ftsafe.en.alibaba.com/index.html
Search found 1 match
- Mon Sep 14, 2015 2:58 am
- Forum: Questions & Answers
- Topic: Finding a constant that can be replaced with ISO7816.SW_PIN_REQUIRED to make my javacard work fine
- Replies: 1
- Views: 6961
Finding a constant that can be replaced with ISO7816.SW_PIN_REQUIRED to make my javacard work fine
Hello everyone. I'm trying to implement wallet applet using JCIDE. But now i am experiencing a problem. Maybe this is just a stupid mistake. MY CODE: package walletapp; import javacard.framework.*; public class wallet extends Applet { /* constants declaration */ final static byte CLA =(byte)0x80; fi...