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.

some basic questions about java card

JavaCard Applet Development Related Questions and Answers.
notuo
Posts: 12
Joined: Thu Jan 14, 2016 4:45 am
Points :143
Contact:

some basic questions about java card

Post by notuo » Thu Jan 14, 2016 4:54 am

I am a rookie in java card field. And I have some basic questions that need you all to help me.

1. Does javacard separate the data out of applet ? if Yes, how does it work?

2. When generating a key pair, we must random some numbers for making keys.
Where is the place that we calculate theses number?
-> on java card or the host?

Also sorry for my poor English~~

corleoner
Posts: 15
Joined: Fri Dec 11, 2015 2:22 am
Points :92
Contact:

Re: some basic questions about java card

Post by corleoner » Thu Jan 14, 2016 10:18 pm

A1:
The data is not separate from the applet. The data is a part of the applet and it resides in private instance variables inside your applet code. The only way to access the data is via applet methods that you create.

User avatar
UNKNwYSHSA
Posts: 630
Joined: Thu May 21, 2015 4:05 am
Points :3053
Contact:

Re: some basic questions about java card

Post by UNKNwYSHSA » Thu Jan 14, 2016 10:36 pm

Q2: Which algorithm you used?
See the api methods. There's no place to set the random number.
So the random is generated in the api implementation.

Also sorry for my poor English too. :D
sense and simplicity

Post Reply Previous topicNext topic

Who is online

Users browsing this forum: No registered users and 47 guests

JavaCard OS : Disclaimer