Our Online Store have the new products: RFID antenna board. Currently it can work with JC10M24R and JCOP4 card chips.
Compared with normal cards, the antenna board module has a smaller size and fixed holes, which is easy to integrate in the IOT(Internet Of Things) project.

Search found 622 matches: re:

Searched query: re

by UNKNwYSHSA
Thu Aug 27, 2015 3:01 am
Forum: Algorithm School
Topic: ECC implementation: 6F 00 during installation
Replies: 1
Views: 6266

Re: ECC implementation: 6F 00 during installation

1 First, the statement: PLAINTEXT = new byte[0x100]; Is there enouth NVM free for the applet? 2 If you comments code line: objECDSAKeyPair= new KeyPair(KeyPair.ALG_EC_FP, KeyBuilder.LENGTH_EC_FP_192); objECDSASign = Signature.getInstance(Signature.ALG_ECDSA_SHA, false); and the applet install no pro...
by UNKNwYSHSA
Thu Aug 27, 2015 2:44 am
Forum: Questions & Answers
Topic: What would happen if update a javacard applet
Replies: 1
Views: 6604

Re: What would happen if update a javacard applet

I have not met the needs of applet upgrade, We can only remove the old version, install the new version, then the applet data is lost. We can create a file system cap, all data can be stored in this file system, applet is responsible for processing logic. applet can be upgrade only. But if you want ...
by UNKNwYSHSA
Thu Aug 27, 2015 2:39 am
Forum: JCOP Tool
Topic: JCOP card return '6A80' in applet downloading process
Replies: 4
Views: 42799

Re: JCOP card return '6A80' in applet downloading process

What's the javacard version of your cap file?
by UNKNwYSHSA
Wed Aug 26, 2015 4:45 am
Forum: Questions & Answers
Topic: Cannot import visa.openplatform package in JCIDE
Replies: 4
Views: 10850

Re: Cannot import visa.openplatform package in JCIDE

I found the JCIDE provider gp211.jar and globalplatform.exp, you can use GP211 instead.
by UNKNwYSHSA
Wed Aug 26, 2015 4:04 am
Forum: Questions & Answers
Topic: Cannot import visa.openplatform package in JCIDE
Replies: 4
Views: 10850

Re: Cannot import visa.openplatform package in JCIDE

I have a test, the visa.openplatfom package need you add external jar.
The path of visa.openplatform jar file is: <JavaCardKit_install_path>\SDK\Tools\JCIDE\apis\op201\op201-src.jar
But the exp file is missing when convert operation.

Maybe JCIDE not support visa.openplatform develop.
by UNKNwYSHSA
Tue Aug 25, 2015 11:39 pm
Forum: PassportApplet
Topic: Problems of JMRTD client application
Replies: 3
Views: 28069

Re: Problems of JMRTD client application

I update the math lib to latest: bcprov-ext-jdk15on-152.jar bcprov-jdk15on-152.jar from m Now there is no problem in JMRTD library. But i found this project is not the client application, it is only one lib project. The client application is in the "abandoned" directory, named "passpo...
by UNKNwYSHSA
Tue Aug 25, 2015 8:52 am
Forum: Algorithm School
Topic: How to know supported encryption/sign algorithms in a Javacard
Replies: 5
Views: 12686

Re: How to know supported encryption/sign algorithms in a Javacard

So simple, ask your card provider. If you did not know the card provider, you can only test yourself.
by UNKNwYSHSA
Tue Aug 25, 2015 8:47 am
Forum: Algorithm School
Topic: Implement div algorithm in javacard
Replies: 2
Views: 7697

Re: Implement div algorithm in javacard

Why did you write this code? To study? Without the chip-level implementation, the calculation speed will be very slow.
by UNKNwYSHSA
Wed Aug 19, 2015 10:32 am
Forum: Reader
Topic: what is the "Feitian R502 SAM1 Reader 0"?
Replies: 1
Views: 6137

Re: what is the "Feitian R502 SAM1 Reader 0"?

Used to communicate with SAM module. There is a SAM card slot in the R502 reader. You use it when you develop SAM.
by UNKNwYSHSA
Wed Aug 19, 2015 10:25 am
Forum: Communication
Topic: How to know the rest amount of memory in javacard
Replies: 2
Views: 8397

Re: How to know the rest amount of memory in javacard

1 Ask the card provider; 2 Write an applet, use the api: JCSystem.getAvailableMemory(), this function can used to get size of RAM(COR or COD) and NVM; You can use the function as said in Javacard API specification; Notice: You can get an accurate value if there is only your applet in the card, and y...
JavaCard OS : Disclaimer