Java Card refers to a technology that allows Java-dd applications (applets) to be run securely on smart cards and similar small memory footprint devices.

learn more… | top users | synonyms

-1
votes
0answers
26 views

run applet on javacard using java programm [closed]

I try to run applet on javacard using java program. Unfortunately response are two bytes -112 and 0. On gpshell is everything ok. Returned values are ok. It happens even trying to run simple ...
0
votes
1answer
60 views

Extended length not working for T = 1

I am trying to send data files from JC 2.2.2 card to a host app. All the files are less than 256 bytes. But the data needs to be encrypted and signed (for secure messaging) as shown below. After ...
-3
votes
1answer
54 views

How can i get the list of AID in java card? [closed]

I want to get All of the AID in a java card . I do not know what do i? Can anybody help me please ?
1
vote
2answers
99 views

AES key from javacard to java, encrypting

I am trying to use a AESKey, made on javacard 2.2.1 in a java application How i make the AESKEY: RandomData randomData = RandomData.getInstance(RandomData.ALG_PSEUDO_RANDOM); byte[] rnd = ...
0
votes
0answers
115 views

Java Card applet programming using netbeans

I have problems creating and running java card applets using Netbeans. I created a classic applet example as given in the below link ...
0
votes
3answers
75 views

Genrate random number

How to generate random number bounded between two number in java card,for example number should be generated between 0 and 50.
0
votes
1answer
69 views

Store Date & Time in Java Card 2.2.1 platform

I am developing a smart card application and i have to store Date info. In brief i would like to store last (10) transactions which should contains Date and Time in smart card. Platforms used in: ...
0
votes
1answer
82 views

Reading big file from a javacard applet

I am writing an applet that stores 3 files of different sizes 5 Kb, 7 Kb and 11 Kb. I have got no problems with storing the files inside the applet. But when I try to read them back, I can only read ...
0
votes
1answer
230 views

Windows 7 Login by using Smart Card Authentication

I have Oberthur 80K smart card and using Omni key reader. I want to use it to login in to my desktop/laptop. Where should i start from ? and what all would i be requiring for authentication only on ...
0
votes
0answers
34 views

Math library for JavaCard?

I'm currently working on a JavaCard project (v.2.2.2) and I need to compute values using square roots, logarithms, etc... I know that the Math class isn't available in JavaCard API and wonder if ...
1
vote
1answer
127 views

How can I convert integer to binary character in Java Card?

How can I convert a byte array to binary array in Java Card to get the result as 10101010? RandomData random_data = RandomData.getInstance(RandomData.ALG_SECURE_RANDOM); // the seed is supplied in ...
-1
votes
1answer
93 views

Difference smart card with same ATR [closed]

In a Java program I need to difference two identical Javacard and GlobalPlatform smart cards (with same ATR, of course). I need do it before to establish any secure channel, so is there a way to know ...
0
votes
1answer
187 views

CMS digital signature with JavaCard

What I want To create a detached digital signature in standard format (CMS / CAdES-EPES). How I create digital signature now I create hash from document (SHA-256), get hash algorithm ID and give it ...
0
votes
0answers
176 views

'6985 Conditions of use not satisfied' while sending APDU command to javacard

I'm sending below command to javacard but I'm getting this error Env: android app running on galaxy s3 over nfc 6985 Conditions of use not satisfied It would be nice if you let me know what ...
1
vote
1answer
46 views

How to set SW without throwing exceotion

I'm using javaCard 2.2.1 and trying to write some code to implement a part of global Platform in my implementation i need to send an apdu with it's data and SW set to spatial value how can i set the ...
1
vote
2answers
346 views

Upload CAP file to smart card using APDU

I'm trying to install an applet (.cap file) into a smart card. I read that can be done using APDU. I created my applet using Netbeans and its aid is //aid/9AE9BE4D27/53. Firstly build apdu that will ...
0
votes
1answer
233 views

JCDE plugins in Eclipse doesn`t work ,java card

I copy the eclipse-jcde-0.2 into eclipse'plugin folder ,but the plugins in eclipse doesn't work, Do I still lack of something necessary such as FEATURES folder and how can I get the features ? ...
1
vote
3answers
192 views

Send / Receive data from SmartCard

I recently bought a smart card reader (Gemplus USB Smart Card Reader) which came with some cards. I've been reading several tutorials about how to work with them but I have a couple of questions. I'm ...
1
vote
0answers
80 views

Debugging javacard applet with wireshark

So I'm on Ubuntu debugging a conversation to my javacard applet by using wireshark USB capture. I'm actually trying to determine the best data rate I can achieve. My test app (on PC) only constructs ...
1
vote
2answers
312 views

What card readers support Java Card?

I Was doing a research on Java Card 3.0 Technology. Basically the requirement is to read smart card details from web browser through Java applet using Java Card. My question is whether Java Card ...
0
votes
1answer
89 views

JavaCard: Overlay and restrictions for CLEAR_ON_DESELECT transients?

In Java Card (I'm interested in Classic downto 2.1.1), transient (RAM) needed by an applet is typically allocated on install by makeTransientByteArray(). That method accepts a parameter ...
1
vote
1answer
302 views

JavaCard: How can an applet's instance call a method in another instance's context?

Consider a Java Card Classic applet with multiple instances that need to share some data in a byte[] variable (e.g. persistent mutable, that is EEPROM/Flash), containing information common to all ...
1
vote
1answer
86 views

IntelliJ IDEA generate class file with major version 46

I want to use IntelliJ IDEA for JavaCard 2.2.1 development. The javacard converter requires the class file major version to be 46. So my question is how can I set class files compatibiliy to 1.2 ...
3
votes
2answers
111 views

Simulate int variables with byte or short

As you know there is no int variable on JavaCard 2.2.x. I need integer variables for the applet I'm developing. I want to know how to simulate an int variable and its arithmetic using byte and short ...
3
votes
1answer
140 views

Verify SHA1withECDSA signature on javacard

i have self-signed certificate signed by SHA1withECDSA algorithm using BouncyCastle. Under BC i can verify it easily, but when i`m doing it on JavaCard it send me false everytime(Curve secp192r1 from ...
2
votes
2answers
259 views

Read Citizen Data from JavaCard

Our government has started issuing Smart National ID Card (SNIC) I have a Smart Card Reader (ACR38-IPC) When I inserted my SNIC into reader, Windows detected it and installed the driver, now it ...
0
votes
1answer
78 views

Javacard 2.2.1 converter not working in windows

I'm developing an JC2.2.1 applet. I'm facing a really strange problem. I have my system setup both in Win7 and linux. The weird thing is that when converting and uploading the CAP file in Linux it ...
1
vote
2answers
1k views

APDU read file java card program

i made java card classic applet using netbeans when i program the read operation i check for the first byte in the APDU to be 0x80 then the second to be 0xB0 then take the offset that i will read ...
0
votes
2answers
223 views

Generate HMAC_SHA256 Signature in JavaCard Applet

I am trying to sign a message which contains in inBuffer byte array using my own derived key S (also byte array). The snippet of the function from javacard (jc) applet module is given below. I am ...
3
votes
1answer
421 views

Sim Application Toolkit - cant display text (actually nothing) on selection

I try to develop a Sim Application Toolkit Applet.. Many simple examples found in internet, but no success.. The problem is; My menu entry comes in the STK menu, but if I select it, nothing ...
1
vote
0answers
76 views

GlobalPlatform initiation mode implicit

I'am programming the differents implementations of globalplatform scp01 and scp02 on Javacard and I've found a problem. Can someone explain me how is the mechanism of secure channel initiation on ...
2
votes
1answer
284 views

Javacard Shareable Interface: lookupAID returns AID but getAppletShareableInterface returns null

edit 2: Found the mistake. I tried to initialize the Shareable object in the constructor. At that time the client's register method is not yet called, so the JCRE doesn't have its AID. While my ...
0
votes
1answer
295 views

How do I set keys on a global platform off-card repository?

I need a help with setting a secure channel between on-card and off-card parts of global platform. If I made myself unclear, hope an example will simplify the understanding of my problem. Example: ...
2
votes
0answers
24 views

Related to -useproxyclass converter option

What does -useproxyclass option does for JCDK 3.0.1 and above? Can you please share some links, materials related to this. The reason I am asking this is if my applet has any references to global ...
0
votes
0answers
256 views

java card 2.2.1 [closed]

I need Java Card Development kit 2.2.1, but it seems that oracle doesn't provide it now. I have downloaded JavaCard DevKit 2.1.2 and JavaCard DevKit 2.2.2, but I need 2.2.1. Does anybody know a ...
2
votes
1answer
292 views

encryptData GlobalPlatform

I'm sending an APDU without CMAC (CLA byte = 0x80) to an applet. I'm using SCP02 i55. I need encrypt data with the SecureChannel.encryptData() function. I don't want to encrypt it manually, I need ...
0
votes
1answer
414 views

NFC compatible tag to use for elliptic curve encryption

I have an Android project that requires me to use an NFC tag for encryption/signing data using an elliptical curve algorithm. I need the tag to be able to perform the crypto itself using a keypair ...
1
vote
1answer
181 views

pkcs11 support for kona 25 javacard

I have some Kona25 javacard from Tag systems and I want to use them for encryption and signature of my emails (for example in thunderbird). I have searched Google, and I found that I need a PKCS11 ...
-1
votes
1answer
380 views

SIMcard applets development - hardware recommendations

I want to develop JavaCard 2.2.x applet, load to developer SIM card. I also need to connect to the SIM card through PCSC-Lite on Ubuntu (because of SEEK-FOR-ANDROID). However, I don't know what ...
1
vote
1answer
135 views

starsign smartcard : Invalid Length 6c XX error

Developing a desktop application for accessing the java card applet in G & D starsign smartcard. Getting Invalid Le "6C XX" error For each APDU sent.Found that appending the "XX"(which is Le) ...
0
votes
1answer
284 views

Does Java Card support biometrics(in particular fingerprint authentication)?

The task is to implement a Java Card application (Applet) with biomentric (fingerprint)-based security. I see that since Java Card specification v2.2.2 the API contains a special package - ...
1
vote
2answers
488 views

how to use the keys we have created in SD card(smart card compliant to global platform)

I'm actually working on a project that use a SD card(smart card using java card techno)to realize some functions, for example: doing a mutual authentication with another card(client). so i write some ...
1
vote
1answer
99 views

ElGamal on SmartCards

I was wondering if a smartcard/Javacard is able to perform ElGamal cryptography? Is it implemented anywhere, i.e. is there an API that can be used for such purposes? Cheers!
2
votes
3answers
656 views

Looking for JavaCard 2.1.1 JCDK

Hi everyone I am desperatly looking for the devkit for JavaCard 2.1.1. Internet did not help so far. Found one link on the oracle forum which pointed to a korean page, but the sdk there seems ...
2
votes
0answers
202 views

Byte Code off-card verifier for cap file

I need to verify a Java Card programme (a cap file) using an off-card byte code verifier. I have manually modify the informations in the cap file and i want to verify if the new cap file is well type. ...
0
votes
0answers
175 views

Not getting response from java card of type = 1 or B

I am able to install , read and write data from Java Card of Type = 0 or A but when I use Java Card of Type = 1 or B. I am not able to install applet in that card. I found information that there is ...
6
votes
2answers
833 views

JavaCard 3 in real world?

I'm currently working on my diploma work. Part of the work includes development of JavaCard applet for regular SIM cards. First option is to use JavaCard2.X API and use APDU commands to communicate ...
2
votes
2answers
440 views

javacard programming and applet installation

I am new to javacard programming.While working with owner pin in my javacard application, I referred that "PIN interface which is in javacard framework package does not make any assumptions about ...
1
vote
2answers
534 views

how can i store data in sim card from sim card application?

i am writing a sim card applet and i need to store data on sim card. but i didnt do it. i found an example and use it but data disappear always when simulator restart. i use "cmdPUTDATA(apdu);" ...
2
votes
3answers
1k views

is jcop is only way to install applet in java card?

I am trying to understand the concept of java card , I have some doubts , I want to share with , perhaps you would any best suggestion for me. //Jcop- I read somewhere that Java Card OpenPlatform ...

1 2