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 6 matches
- Sun Jan 27, 2019 7:51 am
- Forum: Questions & Answers
- Topic: Question about Fingerprint MOC Demo Kit (FS88H)
- Replies: 1
- Views: 8467
Re: Question about Fingerprint MOC Demo Kit (FS88H)
You can ask javacardos team to get this. Usually they will send the software in 1-2 days after you got the package.
- Mon Nov 21, 2016 3:18 am
- Forum: Questions & Answers
- Topic: register() method to register my applet
- Replies: 2
- Views: 8449
register() method to register my applet
My applet AID is 11223344556601. If I use register() method for registering my applet and use a GP Install For Install command with specific "Application AID =66554433221101" to install it. What will the applet instance AID be, 11223344556601 or 66554433221101? Thanks
- Tue Jul 12, 2016 4:50 am
- Forum: Questions & Answers
- Topic: RSA encryption algorithm
- Replies: 3
- Views: 11209
Re: RSA encryption algorithm
Thanks for your reply. I also have another question. Here is section of my code. But it can't be able to work. It always threw exception. Could you point me where I made mistake? //In constructor cipherRSA = Cipher.getInstance(Cipher.ALG_RSA_PKCS1, false); //In Process Method short len = apdu.setInc...
- Mon Jul 11, 2016 1:54 am
- Forum: Questions & Answers
- Topic: RSA encryption algorithm
- Replies: 3
- Views: 11209
RSA encryption algorithm
I want to do RSA encryption & decryption in my applet. And my java card supports T=0 protocol. So can I send the data in an APDU command and also to get the encrypted data in the same APDU's response? Must I write two different commands to send the data for encryption and get the encrypted data?
- Mon Jun 20, 2016 10:15 pm
- Forum: Questions & Answers
- Topic: Optional Authentication in Load and Installation flow diagram
- Replies: 2
- Views: 8041
Re: Optional Authentication in Load and Installation flow diagram
Thanks for your help, bro.
But what's explicit authentication? what's implicit authentication? Could you tell me more?
But what's explicit authentication? what's implicit authentication? Could you tell me more?
- Mon Jun 20, 2016 5:35 am
- Forum: Questions & Answers
- Topic: Optional Authentication in Load and Installation flow diagram
- Replies: 2
- Views: 8041
Optional Authentication in Load and Installation flow diagram
In GlobalPlatform - Card Specification Version 2.1.1, the Authentication part is shown with OPTIONAL Authentication in Load and Installation flow diagram! Load and installation flow diagram.png I wonder whether it is possible to load and install applet on card without any authentication. Or if I mis...