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 15 matches
- Tue Oct 03, 2017 7:11 am
- Forum: Questions & Answers
- Topic: Encounter error 6F 00 when importing RSA Private Key
- Replies: 2
- Views: 9596
Re: Encounter error 6F 00 when importing RSA Private Key
Firstly you should find out which line throws the exception by using try/catch clause.
- Tue Sep 19, 2017 3:22 am
- Forum: Questions & Answers
- Topic: Get info in paypass credit card
- Replies: 4
- Views: 13742
Re: Get info in paypass credit card
lostsiwonlw wrote:The Paypass application has blocked the contact interface. So please use a contactless reader to read it.
I am using a contact reader.
Must it use contactless smart card reader to read the paypass card??
- Mon Sep 18, 2017 6:04 am
- Forum: Questions & Answers
- Topic: Get info in paypass credit card
- Replies: 4
- Views: 13742
Re: Get info in paypass credit card
mabel wrote:Try to use 00 B2 01 14 00 instead.
Thanks for your kind help. But I still got 69 85. Have you read the paypass card info successfully?
- Sun Sep 17, 2017 10:52 pm
- Forum: Questions & Answers
- Topic: Get info in paypass credit card
- Replies: 4
- Views: 13742
Get info in paypass credit card
Hi everybody,
Now I can use 00 B2 01 0C 00 to get the name, card number , expire date, card type for all the credit card but the paypass card? For paypass credit card, it throws "69 85". Does anyone know how to get the info in paypass credit card? Thanks a lot.
Now I can use 00 B2 01 0C 00 to get the name, card number , expire date, card type for all the credit card but the paypass card? For paypass credit card, it throws "69 85". Does anyone know how to get the info in paypass credit card? Thanks a lot.
- Fri Jul 14, 2017 1:51 am
- Forum: Questions & Answers
- Topic: How to read bank serial
- Replies: 2
- Views: 8925
Re: How to read bank serial
Have you read EMV specification? You will find most answers in the spec.
- Wed May 17, 2017 4:36 am
- Forum: Questions & Answers
- Topic: How to reset card during APDUs execution
- Replies: 3
- Views: 11470
Re: How to reset card during APDUs execution
I think, there is no way for an applet to reset the card. You can try to do something from the reader side.
- Wed Dec 07, 2016 3:38 am
- Forum: Questions & Answers
- Topic: Put RSA Public Key into ISD of J3D081 card
- Replies: 1
- Views: 6919
Re: Put RSA Public Key into ISD of J3D081 card
ISD does not have DAP verification. Jsut create a SSD with privilege DAP Verification.
- Mon Oct 10, 2016 3:54 am
- Forum: Questions & Answers
- Topic: overhead of creating byte arrays
- Replies: 2
- Views: 8392
Re: overhead of creating byte arrays
I have seen some platforms that have a 7 bytes overhead for objects.
It's not specified. It really depends on the platform.
It's not specified. It really depends on the platform.
- Thu Jun 23, 2016 9:46 pm
- Forum: Questions & Answers
- Topic: generate RSA public and private key
- Replies: 3
- Views: 9659
Re: generate RSA public and private key
rena2019 wrote:what? ALG_RSA_CRT is the same as ALG_RSA?corleoner wrote:Moreover, it turns out that ALG_RSA_CRT is the same as ALG_RSA, so if there is something wrong with ALG_RSA, just use ALG_RSA_CRT.
Well.. Isn't that so? If I said something wrong or misunderstood something, please correct me. thanks
- Thu Jun 23, 2016 6:10 am
- Forum: Questions & Answers
- Topic: generate RSA public and private key
- Replies: 3
- Views: 9659
Re: generate RSA public and private key
The reason that you got 6F 00 is because there is un-handled exception in your code. Use try/catch statements to catch exception and find out exception reason.
Moreover, it turns out that ALG_RSA_CRT is the same as ALG_RSA, so if there is something wrong with ALG_RSA, just use ALG_RSA_CRT.
Moreover, it turns out that ALG_RSA_CRT is the same as ALG_RSA, so if there is something wrong with ALG_RSA, just use ALG_RSA_CRT.