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 9 matches
- Tue Aug 15, 2017 3:24 am
- Forum: Questions & Answers
- Topic: How to implement host application
- Replies: 1
- Views: 8049
How to implement host application
Due to my work requirement, I need to implement a host application that uses reader without PC/SC driver. And I know that there are two frameworks for working with smart cards: a. javax.smartcardio b. OpenCardFramework By using any one of the above frameworks , is it possible to implement my own cla...
- Wed May 10, 2017 2:06 am
- Forum: Questions & Answers
- Topic: Get ILLEGAL_VALUE error when decrypting a message
- Replies: 2
- Views: 9161
Get ILLEGAL_VALUE error when decrypting a message
I want to decrypt a message, which is generated by a java application using public key. But it returned a ILLEGAL_VALUE error (e.getReason() = 1). The keys have been created in the java application. If I want to crypt and decrypt messages with a keypair created in the java card, it works fine. Any i...
- Tue Apr 25, 2017 12:03 am
- Forum: Questions & Answers
- Topic: How to calculate Token
- Replies: 1
- Views: 6974
How to calculate Token
I have a A40CR card. I want to make Security Domain, which was installed with the Delegated Management Privilege. My question is how to calculate the value of Token? I have the GP specification and I also checked it carefully. But i still don't know the calculation process. Can someone help me out?
- Tue Oct 25, 2016 11:06 pm
- Forum: Questions & Answers
- Topic: File system on java card
- Replies: 1
- Views: 7827
File system on java card
I have a new blank java card, which is never used before. Now I have to create MF while connecting card. For all I know, this operation-creating MF can only be done one time. After this, I can not modify it any more, is it true?
- Thu Sep 22, 2016 10:23 pm
- Forum: Questions & Answers
- Topic: Get Response in one step
- Replies: 4
- Views: 10679
Re: Get Response in one step
wumindejia wrote:you can send command of the "get response",the format of the command is 00C00000XX,XX is length.
Thanks for your help, wumindejia.
But what can I do to avoid this way(2 steps) to get response? I want to get the response at once(1 step).
- Wed Sep 21, 2016 11:27 pm
- Forum: Questions & Answers
- Topic: Get Response in one step
- Replies: 4
- Views: 10679
Get Response in one step
Sometimes when I sent an APDU command to card, it responded 61 XX which meant there were a response with XX length and I should send another APDU command to get it.
My question is, how can I get the response immediately? Or how can I get it by one step? Thanks a lot for any help.
My question is, how can I get the response immediately? Or how can I get it by one step? Thanks a lot for any help.
- Mon Sep 05, 2016 11:37 pm
- Forum: Questions & Answers
- Topic: Searching for a cheaper card
- Replies: 3
- Views: 8761
Searching for a cheaper card
We have some experience with JCOP OS cards. But I want to find a cheaper variants now. We only need the card to support RSA and the EEPROM 20K is enough. Is there any cheaper cards for my requirement? Thanks
- Fri Aug 26, 2016 1:21 am
- Forum: Shopping FAQ
- Topic: Q with eJava Token
- Replies: 7
- Views: 16036
Q with eJava Token
Hello,
I am interested in eJava Token.
But I'm still a bit confused about this product. Should I also need to buy one special card to work with this token?
Or can I use it directly?
Thanks!
I am interested in eJava Token.
But I'm still a bit confused about this product. Should I also need to buy one special card to work with this token?
Or can I use it directly?
Thanks!
- Thu Jul 14, 2016 4:52 am
- Forum: Questions & Answers
- Topic: why SELECT method should be in the applet
- Replies: 1
- Views: 7118
why SELECT method should be in the applet
I am a bit confused about SELECT and DESELECT method. AWAK, we can select the applet in the applet itself. Actually, the JCRE is the one who perform applet selection. Thus I think that the implementation of SELECT should be in the JCRE. Am I right? I really want to know why SELECT method should be i...