Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
7answers
5k views

How do I read the PAN from an EMV SmartCard from Java

I need to read account number from Maestro/Mastercard with smart card reader. I am using Java 1.6 and its javax.smartcardio package. I need to send APDU command which will ask EMV application stored ...
2
votes
3answers
76 views

How to store data larger than 128 byte in JavaCard

I can't write data at index above 128 in byte array. code is given below. private void Write1(APDU apdu) throws ISOException { apdu.setIncomingAndReceive(); byte[] apduBuffer = ...
2
votes
0answers
426 views

JSR 177 Support on Blackberry

I have been trying to interact with SIM application through APDU exchanges. For exchanging APDUs, I had to create an APDUConnection through Connector.open() API, but this particular API throws up an ...
2
votes
5answers
3k views

How to write files on smart cards in C#

I'd like to write to file in a processor smart card that accepts APDU commands. Do you know any examples in C# or smartcard sdk? Has anyone used http://code.google.com/p/pcsc-sharp/?
1
vote
1answer
190 views

how to write and read data from smart card using java card apdu

I have written an applet and installed it in smart card. But I don't know how to read and write data to smart card? private void readName(APDU apdu) throws ISOException { byte[] apduBuffer = ...
1
vote
2answers
581 views

How to send APDU command using T=CL(ISO7816) protocol with ISO14443 layer

I want connect with card on T=CL protocol with ISO14443A layer. And, for example, send to it APDU-command { 0xFF, 0xCA, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } - it must return card ID. For it I'm using ...
1
vote
2answers
398 views

What is the meaning of 6E 00 when I send a command to a SmartCard

I try to access a SmartCard via C++. I got already the Connection and the CardHandle. But when I send an APDU Command via SCardTransmit, i'll get 6E 00 as the answer from the card. No matter which ...
1
vote
0answers
498 views

How can I send APDU to SIM card in android applications?

I know about the SEEK solution, but it does not fit my req. I know there are some internal APIs that can do some, but it limits the functions.I need to send evenlope APDU to SIM and get the response. ...
1
vote
2answers
458 views

Java card function to get a smart cards GUID/UUID?

I am trying to write a simple javacard app that allows you to read the cards GUID/UUID using a simple APDU command. As I have come to understand each smart card contains a GUID which is unique to the ...
0
votes
2answers
100 views

How to install applet on smart card using java

Is there any way to load .cap(converted applet) design in java card in to java and then install applet from that .cap(converted applet) file into smart card? I am having .cap file that is converted ...
0
votes
2answers
59 views

What is Max and Min size of Applet in java card

I am working on java card and i want to know what is max and min size of an applet in java card and on which parameter it depends?How many applet we can install on smart card? I am using smart card ...
0
votes
1answer
65 views

Not getting response while reading data from smart card using JavaCard and APDU

I studied all API and specification of java card and I write a code for read data from smart card. But I don't know where it return response. The code I have written is given below. private void ...
0
votes
1answer
75 views

can some one tell me how to read data in smart card using java card? I have this code i am using java card 2.2

I am new to java card. i have this code.....so please tell me how to read data from smart card using java card private void readName(APDU apdu) throws ISOException { byte[] ...
0
votes
1answer
100 views

Please can someone tell me how to write data to smart card using java card?with example [closed]

can some one tell me how to write data in smart card using java card? i have this code i am using java card 2.2 private void writeName(APDU apdu) throws ISOException { ...
0
votes
1answer
342 views

Unknown response from WINSCARD.DLL method SCardTransmit on O2Micro reader with response length information

For communcation with an Smartcard I use the WINSCARD.DLL as an API to send APDU commands to Smartcards. For a couple of cardreaders this is working as expected, but somehow I get an unkown return (it ...
0
votes
0answers
112 views

Apdu Connection Blackberry 7.0

I use this sample code for apdu connection. When i run this code, ı got BAD AID exception. Is there anybody who get this error message before? APDUConnection acn = null; try{ //Create an ...
0
votes
1answer
663 views

Android NFC Issue with APDU Commands

I am working on an Application using the IsoDep Tag Tech to issue APDU commands to an NFC enabled card. UPDATE: So the issues seen below seem related to the power requirements of the cards I am ...
0
votes
1answer
458 views

NFC tags read/write operations

1/ I would like to know which protocol is used for the read/write operations to the NFC tags are used. According to my understanding after the tag is placed on the NFC reader, it is powered and set to ...
0
votes
1answer
126 views

Updating binary data on a smartcard on an offset higher than 32767

Can anyone help me with the layout of the data field in an Odd INS UPDATE BINARY command? Specification tells "'54' '02' {Offset data object in file} || '53' L53 {Discretionary data object}". On all ...
0
votes
1answer
295 views

Get access to specific ADPU functions from cryptoApi or CAPICOM using 3rd party CSP

I have tried for the last 2 months without success and I think it's time I ask here. I have a smart card and got a CSP from my client. I have documents that describe APDU commands that I can (and ...
0
votes
1answer
374 views

Select EF on a smart card via its SFI

Some smart cards offer the option to reference a file by an SFI (short file identifier), which is a 5-bit number. In contrast, a typical file identifier is 2 bytes long. I need some assistance with ...
0
votes
1answer
88 views

apduToolTask cannot be found

i am new to java card platform and presently i am using java card classic edition v 3.0.1 and when i am using Apache ANT command - ant all to build the build.xml file, i am getting the following ...
0
votes
1answer
521 views

How can I edit the content of my smart card?

Can you tell me please how can I edit the content of my smart card? How should I use APDU commands in order to edit the content? Lets say I have something like this on a smart card: 00 00 05 00 00 ...
0
votes
1answer
125 views

Background task in mobile phone to access a secure element and a web server

Is it possible in a GSM mobile phone OS (e.g. Android, Win Mo, Symbian, etc.) to have some kind of background task or application able to exchange data at the same time with a web server and a secure ...
0
votes
3answers
278 views

Smart Cards Development

I need a 'java' source code on how to extract a cap file from the computer and divide it into blocks in order to send it using APDUs to the smart card to install or load or delete an application. ...
0
votes
1answer
736 views

Java Card Conversion

I have written a Java Card App and want to upload it to a Card. But the card supports Java 2.1.1 standard. So I am looking for a way of generating a 2.1.1 Compliant CAP file with my 2.2.2 Kit I have ...
-1
votes
1answer
44 views

Tell me how to avoid an applet to reinstall in smart card when i run code? [closed]

i write a applet code in java card for smart card.when i run it it install on previous applet and override data on it.i lost data every time when i run the code.tell me how to avoid it?