JCOP + Eclipse + pegoda reader

281 byte By divyesh_atomtecha at 2007-10-3 3:01:17
Hi all, i have written one java card applet with the help of eclipse plugin of JCOP,but i don't have philips pegoda reader to test my applet.is there any other way of testing applet without use of reader?or any other reader is available?Divyesh.

Error while running the JCWDE sample

1003 byte By Maxim_Heroa at 2007-10-3 3:05:15
Hi all,Can anybody help me to fix this error?I have J2SE_1.4.1 and JDK_2.2.1I build the samples successfully but when I try to run the JCWDE demoI face with this error:JCWDE jcwde.appJava Card 2.2.1 Workstation Development Environment, Version 1.3Copyright 2003 Sun Microsystems, Inc. All rights ...

How to unblock/block application?

498 byte By jgyoo74a at 2007-10-3 3:09:04
DearI'm trying to unblock my own simple application.I sent an APDU '80F0407F080102030405060708'.The response APDU was 90 00 which is sucessful.However the application status is still selectable not 'blocked'.I guess application block functionality is not implemented in my own ...

Issuer Security Domain Keys -PUT KEY

1138 byte By mirala at 2007-10-3 3:09:46
Hi,Right now to access JCOP card I am using default keys; which is actually set when I run any application in JCOP Shell. It sets keys by :cm> set-key 255/1/DES-ECB/404142434445464748494a4b4c4d4e4f 255/2/DES-ECB/404142434445464748494a4b4c4d4e4f ...

JZSystem.readWriteMifare

979 byte By Sakada_Chaowanuea at 2007-10-3 3:10:14
Hi, allI'm using JCOP31bio. I would like to read/write mifare on SmartMX. Here is my code.byte[] m_ar = new byte[16+8];// Key A & key B are FF FF FF FF FF FF// MF_PASSWORD = 0B 54 57 07 45 FE 3A E7 m_ar[7] = (byte)0x0B;m_ar[6] = (byte)0x54;m_ar[5] = (byte)0x57;m_ar[4] = (byte)0x07;m_ar[3] ...

PUT KEY APDU Problem

1438 byte By mirala at 2007-10-3 3:14:49
I am trying to send PUT KEY apdu on jcop shell but facing problem. I have coded put key apdu as=> 80 D8 00 81 38 19 80 10 09 09 09 09 09 09 09 09....8...........09 09 09 09 09 09 09 09 00 80 10 09 09 09 09 09................09 09 09 09 09 09 09 09 09 09 09 00 80 10 09 09................09 09 ...

JCOP + Unexpected error;aborting execution

352 byte By divyesh_atomtecha at 2007-10-3 3:16:51
hi all, i m using JCOP41 v2.2 card simulator,when i do run ,under JCSHELL in install method i m getting following error "Unexpected error;aborting execution"& error code 6985 "condition not satisfied"it seems something like key validation require or what?any suggestion will be ...

JCOP + Create File

165 byte By divyesh_atomtecha at 2007-10-3 3:25:23
Hi all, can i create file on JCOP cards like SIM card for the data storage?or i can store data on only byte buffers on JCOP card.Divyesh.

Error in convertionof .class to CAP file

1609 byte By jit_hka at 2007-10-3 3:32:45
we are using java_card_kit-2_2_1 with j2sdk-1.4.2_12 for developing Applet for Smart card.We are new to the javacard enviornment.We are testng with the avvailable samples in java card kit.The steps we are following is given below:1.Convertion of java file to class file.Class file generated in ...

file access

177 byte By etsra at 2007-10-3 3:33:30
what is difference between these two file paths ./sample/application/testxlet.class and /sample/application/testxlet.classthe dot pointer(.) in first casebj

which reader & writer should I buy?

618 byte By hungua at 2007-10-3 3:45:32
HI everyone,I have done extensive research about java card reader,writer and software kits. I have found three possible devices. can you please help me to decide which one I should buy:1. MoTechno- http://www.motechno.com/java-card-sdk.0.html-500 EURO ...

How to do card response encryption (how to set R_ENCRYPTION)

2677 byte By Enoilla at 2007-10-3 3:51:17
Guy,i'm working with Secure Channel Protocol '02' and the JCOP shell. I have no problem to open the secure channel by doing the "init-update" & "ext-auth", and to send encrypted data to the card.I use the default Security Domain of the simulator for both loading the applet, and process ...

Java TV 1.1 reference implementation samples

806 byte By wcn_ltiaa at 2007-10-3 3:54:29
Hello,I'm trying to run the samples wich came with the reference implementation 1.1_01 of the Java TV, but I'm a bit confused, the media.TestMedia cant run on my machine.I try to run with normal java (jdk 1.5) and using the all new CDC toolkit emulator, with both I can run the SvcDispXlet , ...

after key pair generation.....how to do the following

1110 byte By b_prasada at 2007-10-3 3:55:47
Hi frnds,I am using Gemplus RAD III.Hi am generating key pair on the smart card using following code case INS_GENERATE_RSA_KEY:if(keyPair==null){keyPair = new KeyPair(KeyPair.ALG_RSA_CRT, (short)1024);keyPair.genKeyPair();privateRSAKey = (RSAPrivateCrtKey)keyPair.getPrivate();publicRSAKey = ...

generate MF_password for a JCOP applet to access mifare ?

200 byte By trylansa at 2007-10-3 3:57:03
Where can I download any tools to generate MF_Password?I find nothing in the Philips website.Or I should implement a generation function within the applet?Great thanks! ^_^

Accessing memory of Second SIM using javacard technology?

163 byte By bilal116a at 2007-10-3 3:57:29
Hi,Can i access memory of Second SIM Card in a mobile using javacard application? In case i am using a dual sim Card?Thanks,Bilal Awan.

UnsatisfiedLinkError: no OCFPCSC1 in java.library.path

2046 byte By socxa at 2007-10-3 3:58:56
Hello all,I am a newbie to JavaCard programming. I have been running my off-card application and it has been ok, but all of a sudden it just started giving this error below.What is wrong?UnsatisfiedLinkError: no OCFPCSC1 in java.library.path at java.lang.ClassLoader.loadLibrary(Unknown Source) ...

firing event to listeners

1463 byte By woodheada at 2007-10-3 4:20:19
in Mr. Morris's book: Interactive TV standards,A hostile xlet should only suffer itself when it misbehaves.I try to realize the concept, one thing I consider now is the threadsused to fire event to listeners registered by xlets.There are many entities in MHP middleware may let xlets register ...

C++ with java

110 byte By raviadhaa at 2007-10-3 4:30:56
Hello,Would you please tell me how can i run c++ code in a java program.Thanks in advance

Where do you get JCOP20 cards?

148 byte By bf2fightera at 2007-10-3 4:33:57
Hi,Can anybody suggest good place to buy JCOP20 in pieces or tens? Must be in USA or Canada, economy pricing preferable.Thanks,

reading data from a card

377 byte By Pradeep_M_Va at 2007-10-3 4:39:51
Hi,i am trying tod develop a application for reading data from a smart card.curently i am using jpcsc api.but my problem is i cant able to findout anyfunction for reading data from a card.anybody please help me to solve this problem.please tell me which api i have to use to read data from a ...

Where is JCOP update site?

643 byte By Movicha at 2007-10-3 4:45:38
Hi !I have Eclipse and JCOP tools v 3.1.1.b installed. Some time ago I updated JCOP tools successfully. Now It doesn't want to work:Network connection problems encountered during search. Unable to access " http://www.zurich.ibm.com/jcop/download/eclipse".Error parsing site stream. [The XML ...

how to get GMT time and IMEI , IMSI or ICCID from JavaCard

160 byte By sucsora at 2007-10-3 4:47:48
I'm a new on programming JavaCard, and have a question about how to get GMT time and IMEI , IMSI or ICCID from JavaCard.is there any suggestions?

Fingerprint Reader.

314 byte By seybaaa at 2007-10-3 4:48:05
I am working on the project that required that I make a java program that should read finger print from finger print device. it will be nice if any body could help me with a good tutorial or a link.I am looking for api that could be used.actually i am looking for any ...

Problems with XML in xlets

2374 byte By leireurrizaa at 2007-10-3 4:53:09
Hi I've implemented a xlet that places panels in different placesm takes images from files, resizes video stream.... and I want take this arguments (coordinates, path from fles...) from an XML file. I'm a litlle bit confused about this. I don't know how start. What's the best way? SAX, ...

how frequently DSMCC object carousel comes

244 byte By etsra at 2007-10-3 5:06:35
iam downloading an application using the information available in the AIT.Can anybody give information regarding frequency at which object carousels are transmitted.The requirement is to download whole application before runing.bj

No such algorithm: RSA

2064 byte By lokpesta at 2007-10-3 5:08:01
I have this in a constructor:import java.io.*;import java.security.*;import javax.crypto.*;class Encrypt {private Cipher RSAtransform;public Encrypt(){Provider RSA = new com.sun.rsajca.Provider(); Security.addProvider(RSA); try{RSAtransform = Cipher.getInstance("RSA",RSA);}catch ...

throws or try/catch?

86 byte By lokpesta at 2007-10-3 5:08:08
Is there any difference between using throws or try/catch to handle exceptions?

Application Security in GlobalPlatform

832 byte By Bam_Zama at 2007-10-3 5:08:52
Hi,I'm trying to develop two applications in a jcop31 card. i did it and now those two work well. but i install both of them in Issuer Security Domain and then access to both of them are same. i need to setup defferent security roles for each of them. now i have two question:1. if i want to ...

How to change ATR

355 byte By SammyFra at 2007-10-3 5:12:08
Hi all!At now I'm starting to develop with Java Card. I create a simple applet and run it in simulator (jcwde & apdutool). In the apdutool log i saw what Answer To Reset has following value:0x3b 0xf0 0x11 0x00 0xff 0x00I want to change theese bytes to my own value. Could you tell me how ...

ACR38U reader cant be detected in Eclipse jcop tool

309 byte By socxa at 2007-10-3 5:14:26
Hello,I am using a ACR38U reader, it appears to be correctly installed as I can see it under device manager.However, I cannot see it listed among the installed readers in my Eclipse IDE. as such I cannot install my applet on the my smart card.What can be the ...

SIM support?

357 byte By asiri@hsenid-Srilankaa at 2007-10-3 5:18:59
Hi all,I'm a new comer to Java Card technology. My question is,1. how can i verify that a particular SIM card supports Java Card technolgy?2. Also, is there a way to download applets to my mobile phone's SIM card? (like with j2me) ?- sorry about asking poor questions but please drop some ...

JCSHELL (HOW TO)

1779 byte By socxa at 2007-10-3 5:21:32
Hello,Iam trying out my hands on some JCShell commandI have an applet with the followingfinal static byteCLASS= (byte)0x80;final static byteINS_VERIFY = (byte)0x20;final static byteCREDIT = (byte)0x30;final static byte DEBIT = (byte)0x40;final static byteGET_BALANCE = (byte)0x50;final static ...

MediaSelectControl and service selection

1237 byte By woodheada at 2007-10-3 5:22:18
I thought that only Service Selection APIs can invoke service selection. More precisely, only ServiceContext.select() causes service selection, but MediaSelectControl confuses me.An xlet can get a MediaSelectControl of current service content handler via ...

Installing OTA

100 byte By asiria at 2007-10-3 5:24:25
Do i have to take special measures with my applet if it is to be installed OTA?Thanks.

SIMToolkit tutorials and events?

471 byte By Maruua at 2007-10-3 5:31:37
Hi,I want to programm a JavaCard with SIMToolkit. The only description or tutorial to the SIMToolkit (not JavaCard) I found is the official 3GPP specification 11.14Is there any tutorial how to use the SIMToolkit with Java(Card)?I found out that the application could be notified if an event ...

Is possible to select the number of serial port, in java using OCF?

283 byte By reyelaa at 2007-10-3 5:35:58
Hi all,I'm programming in java widh ocf in win XP...someone can tell me if is possibleto select the number of serial port..for example 0 or 1?I read the OCF12ApiDoc but I finded only method to get the serial portand not to select it,thanks!

Basic help

631 byte By callmeonea at 2007-10-3 5:36:03
I request u 2 pls answer my query i.e.I am having a smart card reader and some card also but this card are not not having any OS..so can i convert this card into javacard? how can i do masking of JCVM on a such cards..pls tell me what should i do for tht, Should i buy a new reader and new ...

smart cards and patient historical

916 byte By flasholinosa at 2007-10-3 5:37:45
hello guys. I have a java card application to develop and i want to record the historical data of a patient in the card.I have three questions to make(please help me):1. Do you believe that i need java cards with a lot of capacity? because my java cards are only 16kb. is it ok?2. i achieve to ...

JCOP: How to install on card

290 byte By socxa at 2007-10-3 5:41:09
hello,I wrote a java card applet using jcop tool for eclipse. i have tested it and it is working well on the simulator.However, if i try to write to new jcop card, by using the JCShell upload command. It gies an error. What can be the problem?Regards,Socx

Mifare authentication on Jcop

661 byte By Bam_Zama at 2007-10-3 5:42:33
hi allI'm working with Jcop31 cards and Omnikey 5121 readers. i have no problem with contact interface and it's fully operational. but now i need to work with these crads as Mifare cards. i can connect to reader and then to the card via contactless interface with no problem. but when i want ...

I need Cryptographic service provider for JCOP smart cards.

228 byte By Orchid85a at 2007-10-3 5:42:35
Hi every one ,I have some Jcop 31 cards and I need CSP (cryptographic service provider) for these smart cards ,how can I get this CSP?how can I write Card Module for Jcop cards?Yuors sincerely ,Orchid

Reading PIN value from install parameters

407 byte By asiria at 2007-10-3 5:43:03
HiI have seen several examples in wich the SIM Toolkit applet reads the byte array passed into the install() method to find out the PIN code of the mobile phone. These examples read the input buffer pass the AID length to find the PIN code. As I'm new to SIM Toolkit, i don't quite understand ...

applications using java card

263 byte By pretsba at 2007-10-3 5:43:10
hi alli'm new to Java Card technology. I'll be very grateful if someone can post a few links where I can see some of the potential applications that can be developed using Java Card tech. Also, is there sample code for some of the apps available ?

Reading Card Unique ID (MCUID)

90 byte By razzaj1a at 2007-10-3 5:47:01
How can i read the Card Unique ID (Microcontroller ID) if i am using a JCOP20 card?

Questions on PFR font

291 byte By CVMatomicSwapa at 2007-10-3 5:51:15
Hi, We are trying to use true type font instead of pfr font in case of downloadable font.Is there any restriction in using true type font, for example size problems?One more thing to know is why MHP only use pfr font on downloadable font.Thanks in advance.

java card simulator

170 byte By tansa at 2007-10-3 5:52:48
I'm new to java card technology.I'm developing java card application. I need to test my application.For that i need java card simulator.How to proceed with that?

JCOP default Keys?

1994 byte By razzaj1a at 2007-10-3 5:53:23
I got the JCOP cards from my manufacturer... with no keys yet... The chip is from philips. MCU: P8WE503332K with JCOP20 OSthis is what i tried so far:cm> /term "winscard:4|ACS ACR90 0"--Opening terminal> /card -a a000000003000000 -c com.ibm.jc.CardManager--Waiting for card...ATR=3B E6 00 ...

Java Card IDE

237 byte By dondragon2a at 2007-10-3 5:55:33
Is there a IDE that I can get to start programming java cards?I have heard of the JCOP but I am unable to get it. Can someone point me to the exact location to download it? Is it free?Can netbeans be used to do this?

JCOP sample cards

345 byte By bspritsa at 2007-10-3 5:55:59
Does anyone know where I can buy sample cards for JCOP 3.1? I tried axalto cyberflex-egate 32K card, but it it always report "Status: Wrong data" on upload requests. Someone says this card has on-card byte-code verfier enabled. I appriciate if anyone can share successful experience with JCOP ...