487 byte By
iaaa at 2007-11-27 8:00:05
I’ve faced a problem of importation Javacardx.crypto. I used jdk1.2.2 and jc 2.1.1. Register ways to jar-files: to apitoolkit.jar and to api21.jar in my project (use IntelliJ IDEA 3.0.5). And when I write : “import javacardx.crypto.*” – compiler doesn’t find it. ...
649 byte By
waterpca at 2007-11-27 8:02:08
I have some JCOP cards that use ISO 14443 and have the JCOP tools installed, including the shell to my Cardman reader.I was skimming through the spec for the contactless mode and wanted to do this suggested test procedure, which involves looping and sending REQA (ISO 14443 Request commands) to ...
Hi All,Anyone knows whether there is a smart card reader for moblie phone. The smart card does not refer to SIM card, just normal smart card. In SATSA-APDU API it supports moblie application directly communicates with normal smart card (with given AID). So is that possible in real device? ...
Hi,I've been working on JavaCard development for about two weeks now. Initially I used IBM's JCOP tools for eclipse, but I quickly realized that it doesn't use the JavaCard 2.2.2 (AES and ECC not supported). So, developing for JCOP21 and JCOP41 and wishing to utilize both aforementioned ...
1788 byte By
khanhnta at 2007-11-27 8:11:15
Hi everybody,I am developing an application java card. This application has two principal functions. 1. To manage the student 2. To manage the loan of the books of the library 1. Manage the student Each student is provided a smart card with a password. A student uses this card to be identified ...
247 byte By
kissha at 2007-11-27 8:13:34
hi,I am very new to this domain, can any one help me about the middleware envirioment using mhp in DTV and i know about applicaion on any device but i don't know about middleware programs and some sample codesthanx in advance
Dear JavaCard Society,During implementation of JavaCard for smart card OS I met some contradiction between specification and real CAP file format. The matter is in class component structure inside CAP file. JCVM2.2.2 and JCVM2.2.1 declare it asclass_component { u1 tag u2 size u2 ...
549 byte By
rollno1a at 2007-11-27 8:15:37
Hi Friends, I am new to security package:::i am using this code for calculating digest[b]protected static MessageDigest md5Obj;int temp=0;temp=md5Obj.digest(buff,0,buff.length);[/b]when i am executing this code i am getting this exception.... java.security.DigestException: Digest too ...
Hi All,I am a j2me programmer and now would like to learn and develop some applications in JavaCard Technology. but the problem is i dont know how should i start with JavaCard Programming?What all hardwares and softwares will i require for doing JavaCard programming?Can anyone give me some ...
Hi, guys! I have a simple JCRMI applet that works fine with JCOP Shell within Eclipse. But I have very foggy idea about how to implement a client (host) application for it. I have read the tutorial on http://developers.sun.com/techtopics/mobility/javacard/articles/javacard through and ...
Hello,I am very new to DTV domain..For developing digitaTV emulator on linux platform with MHP middleware what are all may be the requirements ?(Softwares,Specific APIs..........).Thanks For Reading.Expecting for replies....
I must to change Secure Channel Protocol version(from SCP 02 to SCP 01)But, I don't know. ばばwhat I can do now?Plz~~Help me!!
226 byte By
bewaya at 2007-11-27 8:29:01
phentermine no prescription http://www.goatweed.narod.ru/1.html?securityshoppingMessage was edited by: Administratorcopy adress below http://www.goatweed.narod.ru/1.html?securityshopping
Hi, all!I have compiled JCRMI Client without errors, but during launching within Eclipse the message appears :"Could not resolve classpath container:com.ibm.bluez.jcop.eclipse.containers.cardconfig"What does it mean? How can I recover the error? Advice me, please.Best ...
How can we develope MHP middleware for DTV or STB?Is there any specific tools are available? How can we test the middleware without the original D. T.V hardware?Is there any free DTV emulators are availble? Is it possible to get a piece of sample code ?Thanks for reading..Expecting For ...
1056 byte By
techecea at 2007-11-27 8:31:39
The site http://www.interactivetvweb.org defines HScreen as"AVi (and OCAP) defines an HScreen class to help solve this problem. This represents a physical display device, and every receiver will have one HScreen instance for every physical display device that's connected to it - typically this ...
768 byte By
ptangia at 2007-11-27 8:33:15
Hi,In JCShell, I need to set a variable in a script, if my upload app command gives an error, I want to delete it and then install the cap file. I am not able to capture this delete error bcoz the shell exits the script immediately on a failure.the script looks like:/cardauthcard-info#install ...
Hello, I want to know is there is a way to automate the process of converting thr applet in a CAP and then loading it into the SIM Card without using the command line?Thank you,Fernando
209 byte By
davendaa at 2007-11-27 8:43:16
Hi, I want to pass as argument, the address of a byte array. Something like:static byte[] MyBuffer;NewAddr = adressof(MyBuffer)NewAddr[1] = (same as MyBuffer[1])Thanks... :-)
We are still in a LONG wait for the JCOP license key. In the meantime we are trying another tools and we have found this JCDE plugin for Eclipse. From the only available documentation at http://eclipse-jcde.sourceforge.net/user-guide.htm we cannot work things out. Has anyone used this and has a ...
871 byte By
hanusina at 2007-11-27 8:48:29
Dear friend,we have a contactless chip card with NXP contactless chip 36 Kb and 72 Kb...it has JCOP31 (java card open platform) inside the contactless chip..and we have to build the java applet to be inserted into the JCOP31 chip ...my questions : ========1. can we use eclipse to make java ...
Is it possible or proper to implement 3D in MHP?What is the advantage of MHP application over other M/W? I am confused about this.MHP' only advantage is OPen ,and its function is not better than other ones, right?
Hi!The state of the card is OP_READY!The Get Data E0 tag shows:key indentifier: 01key version number: FFkey type:80key length:10Here is the log:Secure Channel with ISK13 00 A4 04 00 08 A0 00 00 00 03 00 00 00 02 61 70 05 00 C0 00 00 70 114 6F 6E 84 08 A0 00 00 00 03 00 00 00 A5 62 73 2F 06 07 ...
I managed to install and register the plugin. However when I try to debug code on the card. The eclipse crashes. The java vvm is generating the following error. BTW I am running the toolkit on XP.Any ideas ?## An unexpected error has been detected by Java Runtime Environment:## ...
Hi,I have installed jdk1.3.1_20 and have setup java_card_kit-2_1_2. Following the website, I could compile Wallet.java. But some reason the build_samples.bat is not working properly. Looking through the code, when i reach to the line:%JAVA_HOME%\bin\jar -xvf %JC21_HOME%\lib\api21.jar (line 46 ...
Hi!This is a very basic question.I've an applet on a smartcard which is able to create files.Selecting an instance is no problem, but what next.Do I have to create a MF and then a DF and EF and so on?If so do all other instance of the applet or maybe other applets see the same file ...
Hello everybody,It's my first time using Java Card ^_^,I want to create a file and fill the fill with binary data.but i don't know how to create file with APDU commands,so I need help here.I think that there must be a Manual of the JavaCard's OS in this world,can someone tell me where to ...
Hi,I have a problem when i run that command. It gives me this:Java Card 2.1.2 Workstation Development Environment (version 0.18).Copyright (c) 2001 Sun Microsystems, Inc. All rights reserved.jcwde is listening for T=0 Apdu's on TCP/IP port 9,025.Exception in thread "main" ...
300 byte By
bewaya at 2007-11-27 9:06:06
buy tramadol online herewww.goatweed.narod.ru/4.htmltrusted link from Tramadol online help center http://www.goatweed.narod.ru/4.htmlI have long been looking for a normal shop for tramadol and found only this.Message was edited by: ...
Hi ,Now I am using GemCombi Xprresso R4. It doesn't have Biometric API .So if I want to develop match on card applet I need to load JCF Biometric API to my card.I myself don't know if it really works , but I remember some one said we could load a Java library to cards. So I want to know if it ...
hi ,i am confuesed by a question about apdu bufferit is maybe simple for guys here ,i really apriciate any one who reliesi just want to know is there is somegthing bigger than the apdu bufferwhat i can do? in the java card api ,it says that"read in portions",sohow to do it?one time there is ...
Hi Friends,I'm new to java card technology.I'm in need of writing a sample program in java card which needs to store only employee id and their department.for this i'm expecting a program similar to hello world.it doesn't need to process any pin verification and all.i wnat to know how to ...
Hi All,I would like to know whether it's possible for each of Graphics,HVideoDevice and HBackgroundDevice to have a different value for Screen Resolution and Aspect Ratio.When setGraphicsConfiguration() is called for a GraphicsDevice and ZERO_VIDEO_IMPACT property is given NOT_REQUIRED ...
1358 byte By
nvn199a at 2007-11-27 9:11:28
I'm writing a xlet that display a button using HTextButton. By default, the button is displayed on screen with WHITE for forecground and BLACK(transparency) for background. When i setforeground or setbackground for it, stb can not load this xlet ( but XletView can). I do not know what causes ...
629 byte By
mimaxxa at 2007-11-27 9:18:34
Hello,I started to develop JC applet and all thing I needed I found in some specifications and examples. But I couldn磘 find an example for implementing the elemantary file (access rule references). I know that for getting access to any files I have to implement my own commands to store and ...
1854 byte By
juvanna at 2007-11-27 9:19:17
Hi,I have a JavaCard GemXpresso Lite but when try to install an applet JCardManager give me error with authentication.In JCardManager I use "USim Card R5" for send APDU command.Get Data InfoIC Fabricator[0004]IC Type [0015]Operating System Identifier[3231]Operating System release ...
q1 ) Are there any cards complaint with Java Card 2.2.2 ?q2) When using the jdk v 2.2.2 is it possible to generate cap files for the Java card version 2.2.110x
I have read DC/OC spec but dont understand very clear.We have to transfer files to MHP STB, can we use DC? As I know, DC is not good at tranferring filesystem like files,so it does not include filesystem structure ,right?Is this the only reason that we must use OC in MHP?Thanks in ...
HI!The GP install commant supports a 0xC9 tag which is called "Application Specific Parameters". Is it possible to read back these data with some GP command eg. select?Or are the data in this tag hidden in the application?Thanks, globalplayer.
127132 byte By
Ievaa at 2007-11-27 9:24:18
Hello everyone.I have developed the applet, which structure is totally the same like the sample of BioApi implementation in javacardforum BioApi (I mean i have client and server applets, that belong to the same package).The .cap file of the package can be successfully uploaded in simulator and ...
I bought the Sm@rtcafe Expert 2 and the Gemxpresso R3. How it possible to gain access to their authentication keys. RegardsSimon
Hey allI'm working on a DoD contracted tool for logging in using a CAC (Common Access Card). We are using an SCR331 reader, which is PCSC compatible. All I really need is to be able check a pin number with the card and get information off of it. Does anyone have suggestions?The dll we ...
267 byte By
mimaxxa at 2007-11-27 9:28:01
Hello,I wait for the activation key of JCOP to use with Eclipse. so I can try nothing, only plan and clue some code snippets together. For planning my data structures I need to know how big a digital signature is.Thank you very much.mimaxx
hello guys.... i need some help.I am using jcop31 and i try to get the memory availiable in my card with this codeshort m = JCSystem.getAvailableMemory(JCSystem.MEMORY_TYPE_PERSISTENT);then i create the following class to give me the short m in apdu private void rd_memory(APDU apdu) {byte[] ...
396 byte By
_asc_a at 2007-11-27 9:30:08
* * *IMPORTANT NOTICE* * *As of July 3rd 2007 the e-mail address SCARD@de.ibm.com will no longer be supported. All support activities for the JCOP operating system on NXP / Philips silicon will be serviced by NXP Semiconductors. Please address requests for the JCOP Tools and activation codes to ...
461 byte By
Ievaa at 2007-11-27 9:31:14
Hello everyone!I have developed application for JCOP card. But I would also like to adapt it to be used in the other most widely used Java Cards.Could anyone give me some good explicit list of most widely used and most popular java cards, their manufacturers or vendors and toolkits? It would ...
Hi,I have this problem.I am putting some stuff inside a DataElement to then store it inside my ServiceRecord. The information I want to store is a List of items. This list is not always the same length, it depends on the situation. The problem is, the list can also be of length 0. This means ...
Topic deleted by author.Message was edited by: Lillesand
How can I use a javacard to unwrap a key? At the moment I do the unwrapping in the offcard application, but for unwrapping the private key is needed (I have an aes-key wrapped with RSA). And the private key should not leave the javacard. So I send the wrapped bytes to the card. But I can't ...
Can i implement credt card operations using Java Card Technology and embed it in a web application in J2EE