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 9 matches: re:

Searched query: re

by AmigoJack
Fri Sep 29, 2017 3:38 am
Forum: Questions & Answers
Topic: What' wrong with my applet
Replies: 3
Views: 7704

Re: What' wrong with my applet

Thelogan wrote:It's memory problem.
JCOP supports object deletion . Please check JC 2.2.1 API doc, JCSystem.isObjectDeletionSupported() and requestObjectDeletion().


Thank you for your help. But where should I call requestObjectDeletion() ? And should I try to initialize all variables in constructor?
by AmigoJack
Fri May 19, 2017 2:24 am
Forum: Questions & Answers
Topic: Problem about BitcoinWallet
Replies: 2
Views: 6353

Re: Problem about BitcoinWallet

It works! It works! Thank you very much, UNKNwYSHSA.
by AmigoJack
Wed May 03, 2017 11:23 pm
Forum: Questions & Answers
Topic: Time duration on RSA Encryption
Replies: 2
Views: 5579

Re: Time duration on RSA Encryption

Thank you UNKNwYSHSA. It helps.

In fact, my goal is to find difference of duration on card for different length of key. So that I can evaluate the RSA performance on real card. Do you have any conclusion or experience on this?
by AmigoJack
Thu Oct 27, 2016 3:21 am
Forum: Card Products
Topic: Sample code to change ATR history bytes
Replies: 1
Views: 7261

Re: Sample code to change ATR history bytes

Thank you for sharing!
by AmigoJack
Fri May 20, 2016 1:36 am
Forum: Questions & Answers
Topic: the difference between an applet and an executable load file
Replies: 2
Views: 6516

Re: the difference between an applet and an executable load file

Package or Library == Executable Load File, Applet == Module,
by AmigoJack
Thu Jan 14, 2016 11:10 pm
Forum: Questions & Answers
Topic: How to read citizen information from the card
Replies: 1
Views: 5602

Re: How to read citizen information from the card

I think that the first thing you should do is to parse ATR. You can get some information from the parsing result.
by AmigoJack
Thu Jan 14, 2016 11:01 pm
Forum: Questions & Answers
Topic: access the CPU timer inside a Java card Applet,
Replies: 1
Views: 5611

Re: access the CPU timer inside a Java card Applet,

Hi friend. There is no timer defined for Java Card 2. A complicated way I can think of measuring the time 1. implementing a counter loop and evaluating the byte code length of each iteration 2. knowledge about the Java Card byte code to assembler translation 3. knowledge about how long this assemble...
by AmigoJack
Mon Dec 07, 2015 10:59 pm
Forum: Questions & Answers
Topic: Why my applet returned 6A 82 -- File Not Found?
Replies: 3
Views: 8232

Re: Why my applet returned 6A 82 -- File Not Found?

Forget to say that I followed this topic to install the applet.
by AmigoJack
Mon Dec 07, 2015 10:53 pm
Forum: Questions & Answers
Topic: Why my applet returned 6A 82 -- File Not Found?
Replies: 3
Views: 8232

Re: Why my applet returned 6A 82 -- File Not Found?

horse dream wrote:How did you upload and install your applet? Which tools did you use?


Hi, @horse dream. I used pyGlobalPlatform to upload and install the applet.
After the applet is installed successfully, I send 00 A4 04 00 81 82 83 84 85 01, it returns 6A 82.
JavaCard OS : Disclaimer