Hello guys,
I tried debugging my code in JCIDE and I think it's since I got a new version of JCIDE (now version 6) I cannot send APDU's.
It says applet installed
Also I have never seen the socket server information before. Does anybody know what it is?
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 5 matches
- Thu Jul 23, 2020 11:52 am
- Forum: Questions & Answers
- Topic: JCIDE Debug Shell no window to send commands
- Replies: 1
- Views: 9344
- Tue Jun 23, 2020 3:53 am
- Forum: Questions & Answers
- Topic: how to include derivation class
- Replies: 6
- Views: 17466
Re: how to include derivation class
Alright thank you for your fast reply.
I am trying to code a HKDF, would this be possible without the Derivation package?
I am trying to code a HKDF, would this be possible without the Derivation package?
- Tue Jun 23, 2020 3:24 am
- Forum: Questions & Answers
- Topic: how to include derivation class
- Replies: 6
- Views: 17466
Re: how to include derivation class
Thanks for your reply. Yes I found it and included the api_classic-3.1.0.jar but now I have problems with the export files. error: export file framework.exp of package javacard.framework not found I tried making the export files of 3.1.0 to a jar and included it but it still does not work. I am thin...
- Tue Jun 23, 2020 3:24 am
- Forum: Questions & Answers
- Topic: how to include derivation class
- Replies: 6
- Views: 17466
Re: how to include derivation class
Okay I figured out I was trying to make a jar file with cf instead of cvf, so the pathes where not the correct ones. Now I have both added the api_classic and the export files to my project, and now I get following error: Unsupported export file version number 2.3 Now I dont know what to try next..
- Wed Jun 17, 2020 11:50 am
- Forum: Questions & Answers
- Topic: how to include derivation class
- Replies: 6
- Views: 17466
how to include derivation class
Hello, I am trying to include the dertivation package into my project https://docs.oracle.com/en/java/javacard/3.1/jc_api_srvc/api_classic/javacardx/security/derivation/package-summary.html I've downloaded the JavaCardKit which is supposed to have it included (from Oracle) but i can only find a deri...