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 4 matches
- Thu Jun 15, 2017 11:20 pm
- Forum: Questions & Answers
- Topic: Error 0x643A when installing applet on ACOSJ card
- Replies: 7
- Views: 18088
Re: Error 0x643A when installing applet on ACOSJ card
The CAP file version is different from the JCDK version. I built the applet with JCDK version 2.2.2 and 3.0.4, and the result is the same.
- Thu Jun 15, 2017 8:59 pm
- Forum: Questions & Answers
- Topic: Error 0x643A when installing applet on ACOSJ card
- Replies: 7
- Views: 18088
Re: Error 0x643A when installing applet on ACOSJ card
I've already shown that in my first post :p Again, but without the debug content: $ gp-pro --list # Mode: GP22 ISD: A000000151000000 (OP_READY) Privs: SecurityDomain, CardLock, CardTerminate, CardReset, CVMManagement, TrustedPath, AuthorizedManagement, GlobalDelete, GlobalLock, GlobalRegistry, Final...
- Thu Jun 15, 2017 10:25 am
- Forum: Questions & Answers
- Topic: Error 0x643A when installing applet on ACOSJ card
- Replies: 7
- Views: 18088
Re: Error 0x643A when installing applet on ACOSJ card
I wrote and compiled this applet: package test; import javacard.framework.*; public class TestApplet extends Applet { protected TestApplet() { JCSystem.requestObjectDeletion(); register(); } public static void install(byte[] bArray, short bOffset, byte bLength) { new TestApplet(); } public void proc...
- Tue Jun 13, 2017 6:59 am
- Forum: Questions & Answers
- Topic: Error 0x643A when installing applet on ACOSJ card
- Replies: 7
- Views: 18088
Error 0x643A when installing applet on ACOSJ card
After the successful installation (and deletion) of the same applet twice, I can't manage to install an applet anymore on my Java Card. The setup involved: ⋅ Smart card: ACS ACOSJ 40KB Java Card 3.0.4 (dual interface) ⋅ Card reader: Cherry TC 1300 (dual interface) ⋅ CCI...