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 Jan 28, 2020 5:35 am
- Forum: Questions & Answers
- Topic: Why JCIDE Build returns error on Signature.ALG_RSA_SHA_256?
- Replies: 2
- Views: 17353
Re: Why JCIDE Build returns error on Signature.ALG_RSA_SHA_256?
Thank you for that kuafu.
- Mon Jan 27, 2020 10:23 am
- Forum: Questions & Answers
- Topic: Why JCIDE Build returns error on Signature.ALG_RSA_SHA_256?
- Replies: 2
- Views: 17353
Why JCIDE Build returns error on Signature.ALG_RSA_SHA_256?
Why JCIDE Build returns error on Signature.ALG_RSA_SHA_256 while I am using the final version of JCIDE which supports Java Card Kit 3.0.4? Is there anything to set? Should I do anything except installing proper Javacard Kit and last version of JCIDE?
- Sat Sep 28, 2019 3:05 am
- Forum: Questions & Answers
- Topic: change GP-Key
- Replies: 7
- Views: 23226
Re: change GP-Key
Thank you for your perfect responses,
what is the reason I get:
when running:
what is the reason I get:
Code: Select all
put_secure_channel_keys() returns 0x80206A80 (6A80: Wrong data / Incorrect values in command data.)
Code: Select all
put_sc_key -keyver 0 -newkeyver 1 -mac_key "newKey"-enc_key "newKey"-kek_key "newKey" -current_kek "currentKey"
- Tue Jul 23, 2019 9:26 am
- Forum: Questions & Answers
- Topic: ARA-M applet installation and configuration
- Replies: 0
- Views: 14561
ARA-M applet installation and configuration
I'm currently trying to communicate with USIM cards inserted into a mobile phone using an android application and a typical USIM not registered to GSM network. Android application I am using on my USIM is https://github.com/bertrandmartel/sim-password-wallet that I have compiled and installed succes...
- Mon Jul 22, 2019 2:15 am
- Forum: Questions & Answers
- Topic: Android interfacing applet on mobile SIM card
- Replies: 3
- Views: 14225
Re: Android interfacing applet on mobile SIM card
Thank you for your respond and useful links.
I have also found this link which can be useful:
https://stackoverflow.com/questions/570 ... the-device
I have also found this link which can be useful:
https://stackoverflow.com/questions/570 ... the-device
- Wed Jul 17, 2019 6:06 am
- Forum: Applets Development Guide
- Topic: How to throw an exception in my applet
- Replies: 5
- Views: 23288
Re: How to throw an exception in my applet
if(condition == false) { ISOException.throwIt((short)0x6F00); } Does it only throw 0x6F00? How one can throw the reason for an specific exception? you can throw any short value . such as ISOException.throwIt((short)0x6899); or ISOException.throwIt((short)0x2222); suppose that I do an encryption wit...
- Wed Jul 17, 2019 2:09 am
- Forum: Applets Development Guide
- Topic: How to throw an exception in my applet
- Replies: 5
- Views: 23288
- Wed Jul 17, 2019 1:56 am
- Forum: Questions & Answers
- Topic: Android interfacing applet on mobile SIM card
- Replies: 3
- Views: 14225
Android interfacing applet on mobile SIM card
Hi, I have written a helloworld applet and successfully installed it on a SIM card. I am wondering if there is a way on android devices to send/receive APDUs to/from contact SIM cards inserted to mobile slots. Has anyone had any similar experience? P.S: I don't want to root my android phone. please ...
- Tue Jun 25, 2019 4:23 am
- Forum: Questions & Answers
- Topic: JCIDE - login error
- Replies: 3
- Views: 18032
Re: JCIDE - login error
I have the same problem with JCIDE register!
I've added the program to firewall trusted applications but still "login error!" appears when I try to login.
Is there any way to get a register code?
thanks,
I've added the program to firewall trusted applications but still "login error!" appears when I try to login.
Is there any way to get a register code?
thanks,