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
some basic questions about java card
some basic questions about java card
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~~
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~~
Re: some basic questions about java card
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.
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.
- UNKNwYSHSA
- Posts: 630
- Joined: Thu May 21, 2015 4:05 am
- Points :3055
- Contact:
Re: some basic questions about java card
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.
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.

sense and simplicity
Who is online
Users browsing this forum: Bing [Bot] and 57 guests