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 18 matches
- Tue Dec 25, 2018 10:11 pm
- Forum: Questions & Answers
- Topic: RSA 4096
- Replies: 2
- Views: 10527
Re: RSA 4096
Thanks for you info. I have already contacted JavaCardOS Team.
- Sun Dec 23, 2018 4:28 am
- Forum: Questions & Answers
- Topic: RSA 4096
- Replies: 2
- Views: 10527
RSA 4096
Is there any smartcard that supports RSA 4096?
- Wed Sep 20, 2017 11:19 pm
- Forum: Questions & Answers
- Topic: 6A80 exception during applet installation
- Replies: 1
- Views: 9428
6A80 exception during applet installation
I am stuck in a problem while downloading and installing my applet(a very simple applet) to a JCOP card. It threw error code " 6A 80 ". The following is my applet and command log, could anyone help me figure out where is the problem. Thanks. package com.duc.javacard.atcapplet; import javac...
- Mon Mar 27, 2017 5:59 am
- Forum: Questions & Answers
- Topic: Use SIM toolkit in JCIDE
- Replies: 1
- Views: 8364
Use SIM toolkit in JCIDE
I am using JCIDE to develop my applet. While I tried to import SIM toolkit file, I got the error" Referenced data or reference data not found". Have anyone worked on this in JCIDE? That would be better if there is any example about this.
- Thu Dec 08, 2016 2:38 am
- Forum: Shopping FAQ
- Topic: Other payment method
- Replies: 1
- Views: 8566
Other payment method
I am gonna buy some br301 card readers and eJava tokens in your eshop. But I don't have paypal account, Can I pay the money via other methods with my Visa card?
- Fri Nov 11, 2016 4:54 am
- Forum: Questions & Answers
- Topic: !!Help!! Can't access any class in smartcardio
- Replies: 6
- Views: 23907
Re: !!Help!! Can't access any class in smartcardio
My Solution: 1 Package Explorer; 2 Right click the project -> Build Path -> Configure Build Path ...; 3 Dialog Properties for MyProject -> Java Build Path -> Tab "Libraries"; 4 JRE System Library -> Access rules -> Edit; 5 Type Access Rules -> Add...; 6 Resolution: Accessible and Rule Patt...
- Fri Nov 11, 2016 4:49 am
- Forum: Questions & Answers
- Topic: !!Help!! Can't access any class in smartcardio
- Replies: 6
- Views: 23907
Re: !!Help!! Can't access any class in smartcardio
Here is the prompt:
And I have resolved this problem just now.
Access restriction: The type 'TerminalFactory' is not API (restriction on required library 'C:\Program Files\Java\jre1.8.0_101\lib\rt.jar')
And I have resolved this problem just now.
- Thu Nov 10, 2016 11:43 pm
- Forum: Questions & Answers
- Topic: !!Help!! Can't access any class in smartcardio
- Replies: 6
- Views: 23907
!!Help!! Can't access any class in smartcardio
!!Help!! When I use javax.smartcardio, I can't access any classes in this package.Why? Is there anyone tell me what happened? Gracias! My code: // show the list of available terminals TerminalFactory factory = TerminalFactory.getDefault(); List<CardTerminal> terminals = factory.terminals().list(); S...
- Mon Oct 10, 2016 5:20 am
- Forum: Questions & Answers
- Topic: Lock applet on card power transitions
- Replies: 3
- Views: 9732
Re: Lock applet on card power transitions
If I use a magic with CLEAR_ON_RESET, won't this also be reset for an ATR?
- Sun Oct 09, 2016 11:44 pm
- Forum: Questions & Answers
- Topic: Lock applet on card power transitions
- Replies: 3
- Views: 9732
Lock applet on card power transitions
Hello! I want to make the applet be the locked state on card power transitions. I mean once the card loses power, the applet should be locked the next time it is powered. I have already looked at MultiSelectable and AppletEvent, but they all seem to trigger only when the applet is selected or desele...