Urgent help on Oberthur cosmo v7 smart cards sdk

Please every one, I have bought an Oberthur cosmo v7 smart cards but do not have the sdk to develop my application. This has made my development very difficult. I have very limited time to submit my project work. Please, is anyone conversant with the cosmo v7 cards and can someone help me to get the cosmo v7 sdk and download it? I believe in this forum. Thanks in advance.
Edited by: joesmo on May 26, 2010 6:37 PM

Hi,
There are 3 workarounds:
1. Put a copy of opencard.properties in the root of you Eclipse project
2. Change the working directory in the Run COnfiguration for when you application runs to the build target directory (${workspace_loc:<project name>/<target directory>}
3. Change the OCF code to also look in the classpath
The code for 3 is as follows. Change opencard.opt.util.OpenCardPropertyFileLoader.loadProperties() to the following
public void loadProperties () throws OpenCardPropertyLoadingException {
    if (! loadingDone) {
        String dotPropStr = OpenCardConstants.OPENCARD_DOTPROPERTIES;
        String propStr    = OpenCardConstants.OPENCARD_PROPERTIES;
        SystemAccess sys=SystemAccess.getSystemAccess();
        List<String> loc = new ArrayList<String>();
        String [] locations = {
                sys.getProperty ("java.home","") + File.separator + "lib" + File.separator + propStr,
            sys.getProperty ("user.home","") + File.separator + dotPropStr,
            sys.getProperty ("user.dir","")  + File.separator + propStr,
            sys.getProperty ("user.dir","")  + File.separator + dotPropStr };
    loc.addAll(Arrays.asList(locations));
    // try to access from classpath
    try {
        File cpath = new File(ClassLoader.getSystemClassLoader().getResource(".").toURI());
        loc.add(new File(cpath, propStr).getPath());
        loc.add(new File(cpath, dotPropStr).getPath());
    } catch(URISyntaxException e) {
        // ignore, just don't add
    // iterate over all potential locations for 'opencard.properties' files starting
    // with the most general one and proceeding with the more specific ones in order
    // to be able to 'overwrite' more general properties
    for (String path : loc)  {
        //System.out.println("property file "+locations[index]);
        load (path);
    if (! loadingDone) {
        throw new OpenCardPropertyLoadingException ("property file not found");
} // loadPropertiesI have not tried this (using OCF and RMI) but since it is how the RMI sample are coded it should work fine. This should at least get you connecting to CREF.
Cheers,
Shane

Similar Messages

  • Smart Card SDK

    I have been trying to get Smart Card to work on OSX for some time without success. I have decided to try the Apple SDK. I downloaded all the files, but Xcode gets tons of errors when trying to build. What am I doing wrong and, possibly the real question, how do I install? Thanks for any help!

    Hi, h.
    I suggest you post your question on the Developer Discussion, where development-related questions are answered.
    I don't mean to send you somewhere else, but that's where the developers hang out.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • NEED ASAP HELP WITH TRANSFERRING PHOTOS FROM SMART CARD TO IPHOTO 09

    I have several SD's (512 mg - 2 gig) that have important photos which need to be transferred from the card to my MAC Pro. Problem is that I cannot find my usb cable that came with my camera so must take straight from card. When I tried to put the first card into the SD drive, the card got stuck and I had to spend hours getting it out with a pair of tweezers. I've never had so much trouble inserting a card into my computer and transferring the photos onto my computer. I need HELP QUICKLY!!! AM TRYING TO SELL BDRM FURNITURE ON CRAIGS LIST BEFORE NEXT FRIDAY & HAVE SOME NEAT PICS TO ACCOMPANY AD. THANKS SO MUCH!!! This has taken me ALL weekend!!!

    I suggest you get a card reader and use it to upload from the card to a folder on the desktop and then into iPhoto. I got mine at WalMart for $10.

  • Urgent help:JMF capture sound from sound card?

    I am trying to capture what I was playing on my computer using Java code. It's apparently different from capturing sound input through microphones. How can I manage to do this? Actually, while I play a song or something like that on my computer(server), I wanna capture it and send them to other computers(client) in the LAN.
    Thanks in advance!

    lichen782 wrote:
    I am trying to capture what I was playing on my computer using Java code. It's apparently different from capturing sound input through microphones. How can I manage to do this? Actually, while I play a song or something like that on my computer(server), I wanna capture it and send them to other computers(client) in the LAN.
    Thanks in advance!Ummmmm, you'd probably need to set your recording device to be "System mixer" and then it would work just like capturing from the microphone.

  • Need a recommendation about java smart card and a reader

    I've been posting some message in this forum and others and haven't gotten a clear response.
    I want to experiment with java smart card technology.
    From what I gathered, Gemplus is a leading company in this field so I thought about buying a smart card reader from it and a java smart card.
    I thought about buying the "USB Smart Card Reader/Writer Plug n Play (GemPC430)" reader which costs 69$.
    Is this a reasonable price?
    I need an answer from someone with experience using it.
    Now then, which one should I buy?
    I only want to do smart card to desktop application interaction without anything on the web (e-commerce or anything to do with encryption).
    I can buy 5 "GS2.2 Standard Crypto GPK8000su512 RED"
    cards which cost 87.50$
    THATS A LOT OF MONEY!!!!
    Are all java smart cards that expensive?
    There is a list of other cards on their site but I haven't been able to locate their price and don't know which to buy.
    Finally, there is the "Kit, GemSAFE Enterprise Workstation 2.21 Standard Cryptography Serial Port Reader" which as I read consists a GPK8000 card.
    Is this card a java card?
    Or do I need to buy the reader and java card seperately.
    Any help and insight would be greatly appreciated.
    Thanks.

    I've looked closely at the Cyberflex 32K cards + SDK from Schlumberger.
    My criteria was:
    * Javacard 2.1 support
    * visa open support (or whatever it is called now)
    * complete sdk (develop, test, deploy)
    * exportable
    * upgradable
    * customer support
    I tried to get someone from Gemplus to contact me, but was unable to ever get even an
    email response.
    Schlumberger, on the other hand, won me over with the quick responses over email.
    They offer fairly inexpensive upgrades after you buy the product, and technical support
    is free.
    For simple experimentation, you can get the JavaCard SDK for free. At JavaOne, several
    years ago, they were giving away JavaRings with Card Readers (which presumably
    means these are cheap to buy) from SCM or some company in Texas. You might
    try to get one of these. They don't have much memory, but are an interesting twist
    on the Java Card thing.
    If you want to dive in, the Smart Card SDK from Schlumberger will run you about $499.
    This includes the reader, 5 cards, and the SDK. Likewise, Metrowerks puts out an
    IDE for Java Card which runs about $1200, and may be available as a bundle from
    vendors like Schlumberger.
    dk

  • Support for smart-card authentication in PowerBuilder based application

    Hi, I have an application on PB11.5 with an Oracle DB back-end (11.2g). My DoD customer wants the application to use their DoD CAC Card (Smart Card) to authenticate against the Enterprise - Windows Active Directory domain, currently the application uses user-id\password for user authentication.  Is this something newer versions of PB can support and implement? Thank you.

    You have a couple of choices:
    1.  Depending on how old their workstations are, or if they have ACTIVCLIENT installed, you could call the CAPICOMM ActiveX using OLE commands
    2.  A solution that doesn't require that ActiveX is to use the Smart Card SDK built into newer versions of Windows.  It does require a lot lower level coding though, as you have to issue specific APDU commands to the card and know how to handle the responses.
    I posted a sample of the latter to the NNTP groups back in 2011.  I suppose I should get around to creating a blog entry explaining how to use it.

  • Urgent Help on Smart Card

    Hi Friends
    I have a javacard application which write and reads to/from the smartcard.My card supports Javacard 2.2.1 and GP 2.1.1 ,but from my experience it seems no supporting GP( it is not working GPShell sowing 6d00 error and also giving error under mode_211)
    I converted my class file to a cap file .I was using Netbeans.Now i changed to Eclipse (galileo_jee) with Eclipsejcde plugin.I can convert to cap file from eclipse.I use compiler options as :
    Compiler Compliance level 1.3
    Source code compatibility 1.3
    Generated .class file compatibilty 1.1
    We can convert to a cap file through eclipse .I can run GPShell script (Ant script) using Eclipse and load the cap file to the smart card, but when i ran the following script .I am getting 6d00 error .
    So I moved to Smart card shell(SC Shell):
    It contains some javascript function to install the cap file to smart acrd and read some messages from FORUM that some peoples have successfully installed using Smart Card Shell.When i tried to install my cap file it is loading the file to smart card(I am able to see) ,but giving an error message at the end of install method as 6A80.The APDU trace i have pasted next message.Continue....
    Thanks

    Please note : Followed from 1st message...
    00 C: 00 A4 04 00 - SELECT Lc=8
    0005 A0 00 00 00 03 00 00 00 ........
    Le=0
    R: SW1/SW2=9000 (Normal processing: No error) Lr=27
    0000 6F 19 84 08 A0 00 00 00 03 00 00 00 A5 0D 9F 6E o........... ..n
    0010 06 10 01 76 DE 00 05 9F 65 01 7F ...v ...e..
    00 C: 80 50 00 00 - UNKNOWN_INS Lc=8
    0005 C1 A2 EF A2 26 4F 8F 06 &O..
    Le=0
    R: SW1/SW2=9000 (Normal processing: No error) Lr=28
    0000 00 00 71 18 02 02 1D 3D 33 F6 FF 01 6E D2 BC C7 ..q....=3 .n&#1212;
    0010 4B B3 B9 43 40 2F 7F D2 EB CF 5D FB K C@/. ] 00 C: 84 82 00 00 - UNKNOWN_INS Lc=16
    0005 64 EC 0F 28 6E F8 3A 80 DD B7 4D 8E BA A9 36 09 d .(n :.&#1911;M. 6.
    R: SW1/SW2=9000 (Normal processing: No error) Lr=0
    00 C: 80 E4 00 00 - UNKNOWN_INS Lc=14
    0005 4F 0C 01 02 03 04 05 06 07 08 09 00 00 01 O.............
    Le=0
    R: SW1/SW2=6A88 (Checking error: Reference data not found) Lr=0
    00 C: 80 E4 00 00 - UNKNOWN_INS Lc=12
    0005 4F 0A 01 02 03 04 05 06 07 08 09 00 O...........
    Le=0
    R: SW1/SW2=9000 (Normal processing: No error) Lr=0
    00 C: 80 E6 02 00 - UNKNOWN_INS Lc=23
    0005 0A 01 02 03 04 05 06 07 08 09 00 08 A0 00 00 00 ................
    0015 03 00 00 00 00 00 00 .......
    Le=0
    R: SW1/SW2=9000 (Normal processing: No error) Lr=0
    00 C: 80 E8 00 00 - UNKNOWN_INS Lc=255
    0005 C4 82 02 9D 01 00 14 DE CA FF ED 01 02 04 00 01 ...... .....
    0015 0A 01 02 03 04 05 06 07 08 09 00 02 00 1F 00 14 ................
    0025 00 1F 00 0F 00 0B 00 3E 00 0E 01 2A 00 0A 00 23 .......>...*...#
    0035 00 00 00 8F 00 02 00 00 00 00 01 01 00 04 00 0B ................
    0045 01 02 01 07 A0 00 00 00 62 01 01 03 00 0F 01 0B ........b.......
    0055 01 02 03 04 05 06 07 08 09 00 00 00 08 06 00 0E ................
    0065 00 80 03 00 FF 00 07 02 00 00 00 1C 01 0D 07 01 .... ...........
    0075 2A 00 01 10 18 8C 00 00 7A 02 30 10 09 90 0B 7F *.......z.0.....
    0085 00 01 8F 00 02 3D 8C 00 03 8B 00 04 7A 02 21 19 .....=......z.!.
    0095 8B 00 05 2D 1A 03 25 10 80 6B 28 1A 04 25 73 00 ...-..%..k(..%s.
    00A5 1B 00 02 00 04 00 0D 00 1B 00 14 18 19 8C 00 06 ................
    00B5 70 17 18 19 8C 00 07 70 10 11 6D 00 8D 00 08 70 p......p..m....p
    00C5 08 11 6E 00 8D 00 08 7A 04 23 19 8B 00 05 2D 1A ..n....z.#....-.
    00D5 05 25 60 08 11 6B 00 8D 00 08 1A 06 25 11 00 FF .%`..k......%..
    00E5 53 32 1F 10 09 6C 08 11 6B 00 8D 00 08 1A 07 25 S2...l..k......%
    00F5 11 00 FF 53 29 04 16 04 10 09 6F 08 11 67 00 .. S).....o..g.
    Le=0
    R: SW1/SW2=9000 (Normal processing: No error) Lr=0
    00 C: 80 E8 00 01 - UNKNOWN_INS Lc=255
    0005 8D 00 08 16 04 61 08 11 67 00 8D 00 08 19 8B 00 .....a..g.......
    0015 09 3B 19 16 04 8B 00 0A 19 7B 00 01 1F 16 04 8B .;.......{......
    0025 00 0B 7A 05 23 19 8B 00 05 2D 1A 05 25 60 08 11 ..z.#....-..%`..
    0035 6B 00 8D 00 08 1A 06 25 11 00 FF 53 32 1F 10 09 k......%.. S2...
    0045 6C 08 11 6B 00 8D 00 08 1A 07 25 11 00 FF 53 29 l..k......%.. S)
    0055 04 16 04 10 09 6F 08 11 67 00 8D 00 08 16 04 61 .....o..g......a
    0065 08 11 67 00 8D 00 08 18 19 8B 00 0C 1A 08 7B 00 ..g...........{.
    0075 01 1F 16 04 8D 00 0D 3B 11 90 00 8D 00 08 7A 02 .......;......z.
    0085 22 19 8B 00 05 2D 1A 07 25 11 00 FF 53 32 1F 19 "....-..%.. S2..
    0095 8B 00 0E 6A 08 11 67 00 8D 00 08 7A 08 00 0A 00 ...j..g....z....
    00A5 02 00 01 00 00 00 00 00 00 05 00 3E 00 0F 06 80 ...........>....
    00B5 03 00 05 00 00 00 01 00 00 00 06 00 00 01 03 80 ................
    00C5 03 01 03 80 0A 01 06 00 00 57 06 00 00 B1 06 80 .........W... ..
    00D5 07 01 03 80 0A 07 03 80 0A 09 03 80 0A 05 03 00 ................
    00E5 00 08 06 80 10 01 03 80 0A 06 09 00 23 00 00 00 ............#...
    00F5 1F 05 0A 03 04 03 07 1D 07 08 08 07 0C 13 15 ...............
    Le=0
    R: SW1/SW2=9000 (Normal processing: No error) Lr=0
    00 C: 80 E8 80 02 - UNKNOWN_INS Lc=163
    0005 0A 04 07 04 06 07 0C 13 15 0A 05 05 06 07 07 0E ................
    0015 08 0B 00 8F 01 00 01 00 00 00 00 01 00 06 FF 08 .............. .
    0025 00 00 00 00 22 FF 82 00 01 00 20 00 05 00 00 00 ...." .... .....
    0035 00 00 09 00 08 00 33 00 12 00 00 00 00 07 01 00 ......3.........
    0045 1C 00 24 00 39 00 00 00 00 FF 02 00 57 00 24 00 ..$.9.... ..W.$.
    0055 58 00 00 00 00 FF 02 00 B1 00 24 00 5A 00 00 00 X.... .. .$.Z...
    0065 00 08 01 01 0D 00 24 00 1B 00 00 00 00 00 0F 00 ......$.........
    0075 20 00 22 FF FF 00 20 00 20 00 22 00 24 00 24 00 ." . . .".$.$.
    0085 28 00 2A 00 28 00 2C 00 24 00 2F 00 2A 01 10 01 (.*.(.,.$./.*...
    0095 B0 06 68 00 A1 02 41 01 40 04 B4 41 06 B4 B4 44 .h. .A.@. A. D
    00A5 04 B4 31 . 1
    Le=0
    R: SW1/SW2=9000 (Normal processing: No error) Lr=0
    00 C: 80 E6 0C 00 - UNKNOWN_INS Lc=42
    0005 0A 01 02 03 04 05 06 07 08 09 00 0B 01 02 03 04 ................
    0015 05 06 07 08 09 00 00 0C 01 02 03 04 05 06 07 08 ................
    0025 09 00 00 01 01 07 02 C9 00 00 ....... ..
    Le=0
    R: SW1/SW2=6A80 (Checking error: Incorrect parameter in the command data field) Lr=0
    Please help me reagrding this.Fighting with this over 1 month.Someone Kindly help me to solve this error.I tried the following:
    1) I have read from some forum that if we replace the import.cap with original import.cap file,it will solve the probs.Eventhough it is not the rite method , i thought i can use it now.My import.cap file will be having the content as below.
    04 00 0b 01 02 01 07 a0 00 00 00 62 01 01 and the original cap file will be having 04 00 0b 01 00 01 07 a0 00 00 00 62 01 01
    2) Checked the applet and package AIDs are same.
    3) Checked with the empty methods (without any code in the applet file).had register method in applet constructor also called constructor from install method.
    4)Checked from command prompt ,same problem exist.
    Can anybody help please.i m really in trouble.My time is limited .Please go through my code.In next post ,i will post my code also and missing anything .If anybody wants to test cap file,i wills send tha cap file also.

  • Urgent Help Needed: ATI Graphics Card install

    Hello All.... I am in need of some urgent help..
    I am trying to install a new graphics card - the ATI Radeon 9600 SE. I currently have a Voodoo3 card. I followed all of the instructions step by step, but when I plug the monitor to the Radeon card and boot up, I do not get any display. I have tried everything I can think of, and yet - I am sure the card is secured in place and the monitor is plug into the card.
    Can anyone help me on this one.. ATI's support is, well - lacking..
    Here is some info on my pc:
    MCI motherboard
    AMD Athlon(tm) XP 2000+ 1.7 GHz
    768 MB
    AMIINT - 10 Version 1.00, 07/10/02
    Could the problem be with switching from a regular PCI card to an AGP card???

    Quote
    Originally posted by southmike
    okay i'll bite what are omega drivers,
    how are they different from cat4.2 drivers
    i was suprised that the voodoo 3 would work in a AMD64 mobo...
    whoops....just read the rest of the post :lol:
    BTW is there an external power connector that needs to be plugged in?

  • Help needed in learning the basics of Java Smart Card and implementation?

    Hello every body,
    I am trying to develop the applications on java contactless smart cards technology.
    Can any body give me the details like how to start?
    What are the required softwares and installation procedure and path settings and etc.?
    I am the beginner in java smart card application development.
    plz help me out

    Dear Friend,
    I would advice to divide learning into two main parts: JavaCard technology and contactless RFID cards. For JavaCard technology you can find useful articles on Sun web-site (developers.sun.com/mobility/javacard/articles/javacard1/). For contactless RFID you can find few useful books at Amazon. Regarding software you need JC development kit. How to install it there is an instrunction in JCDK user guide.
    If it is not a secret what a javacard contactless card you are going to use in your work?
    Yours
    Dmitri

  • Acrobat 9 does not recognize the smart card reader that work with other app. Can someone help me?

    Hi to All,
    Acrobat 9 (included in CS4 design premium) does not recognize the smart card reader. I have a smart card reader ACR38 smart card that works with all applications except Acrobat 9 pro. I tried to uninstall and reinstall it again, but when I try to insert the digital signature message is always the same, that does not find the Acrobat reader. Can someone help me?

    Hi MartinR
    Thank you for your reply, i have tried what you suggest, and it did not work, the i DVD opening title changed but not the embedded movie.
    Perhaps it is a setting in Final Cut Express?
    After capturing my footage, i open a new project then i convert all clips to anamorphic, to give me the letterbox effect, i have tried now with and without anamorphic.
    In my canvas screen, the footage does not fill the square, even if i have not selected anamorphic, and fall well within the TV safe areas, but the only way to ill the canvas up is to crop it bigger, but still when i export it does not give me the full screen view.
    Any ideas?

  • Smart Card and  Java Card (URGENT)

    Dear everyone.
    I have purchased a card reader (which is supposed to be java card compatible).
    I have 2 problems.
    1. I just wonder if i can use a Smart Card generally available. Do i need to have a special card for Java Card??
    2. Can i use card kit to interface to the reader/writer? How do i install my applets??
    Please reply soon.
    Thank you very much.

    I tried to execute the OCF samples.
    this code
    OpenCard.services = com.ibm.opencard.factory.MFCCardServiceFactory
    did not give any trouble
    this code
    OpenCard.terminals = com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminalFactory
    gave some troubles. May be because iam not using ibm terminal(card).
    And also, i think the OCF samples will not work anyhow, because the Reflex reader is not OCF complaint.
    So the following may not work
    OpenCard.services = com.slb.opencard.Cyberflex
    I have most imp. questions to ask you now.
    1. What card should i purchase and from whom (along with some software if necessary)?
    2. What is the procedure for reading/writing to that card using the Reflex reader.
    Please help.
    Thanks
    Goldy.

  • Help with Smart Card (CAC) reader installation

    Need help connecting my smart card reader to my Mac Book Pro. Either using Fire Fox, Explorer using Parallels with windows XP, or safari. I downloaded all the documentation from the Army AKO and still have problems with my Card reader.

    Hi there, I have written a really good "How-to" on firefox and CAC and also Safari. You might also want to try VMware since Parallels and DoD really don't mix at this time. If yu have any question please let me know.
    Jonathan
    http://www.applemacgeniusville.com

  • Pls help me with smart card problem

    Hi,
    currently, i'm developing a system for my final year project. i've developed a webpage in PHP for clinic management. i also implement smart card in my system. the point of it is to make it easier for both parties - doctor and patient. each time patient comes to receive treatment, doc will check patient's smart card on previous drugs prescription. so then, doc will update it based on the treatment given on that day.
    the problem is, how i want to transmit the data from smart card to be displayed in the php page? maybe i should use applet but i don't know how.
    does anybody has applet source code on transmitting data from smart card to php page?
    i wud b really appreciate it...... thanks in advance.

    Have you checked the Schlumberger web site?
    What do you mean by "parsing from applet to php"? Parsing really isn't a data transfer method except maybe in a very tenuous sense.
    And do you really mean an applet (a small program run on the client and embedded in a web page) or are you using it as shorthand for any java program?
    If an applet, I suppose you could:
    1) use javascript to connect the applet to the web page, which would just happen to be created using PHP. So it would be all client-side operation.
    2) use HttpURLConnection (or, God help you, direct socket connections) to connect to a web server and interact with PHP to give/get data. In this case it would be client/server behavior, but the applet would have minimal interaction with the PHP page it's embedded in.
    3) Make it really fun (i.e.: complicated) by using javascript to connect to the page, and then use AJAX to connect to the server. I have no idea whether that's even possible using PHP.
    Maybe there are other options I haven't thought of.

  • Help me about smart cards

    how connecting to smart cards reader please

    Old SC readers are connected via RS232 to a computer. Newer types have an USB connection. In both cases you would need a driver.
    What smart card reader do you have?

  • Help with smart card.

    I just finished my 2nd semester of taking Java. I'm a decent program using GUI. I want to learn how to program smart card and start my own business like a gaming center.
    this is my question. What kind of teminal i need to get?
    will any terminal read any type of smart card?
    How do I start learning how to program smart card?
    any idea or suggesting are more than welcome thanks in advance.

    any idea?

Maybe you are looking for

  • How to display the field name in the tabulated view for a content query web part

    I have added a content query web part changed the web part file to include custom columns imported and reffered itemstyle.xsl to include the tabulated view for the content query. However the way it is displayed is such that only the content is displa

  • Count of character in a string

    Hi, Here is a string. Str = 'test,123,1-Jan-2008',sql,oracle,test,date Can we count the number of commas(,) in the above string without passing it to any loop? I want to use replace/translate and length for this purpose. Regards, Ritesh

  • AppleSyncMapiInterfaceHelper_x64.exe has stopped working

    Hi Since the update of ITunes to version 10.6.3(23) I no longer can synch my Outlook callendar. The errormessage details is as following:   Problem signature: Problem Event Name: APPCRASH Application Name: AppleSyncMapiInterfaceHelper_x64.exe Applica

  • Data search in form fields inside a workflow

    Want to do a search on forms based on any / all fields defined in the form. Since the form is user defined and form field data may change as it passes through the workflow (and can be at any stage except completed), what will be a clean way to do the

  • Why is my ipod touch not working?

    I have tried everything!!! I have searched everywhere on the internet for ways to fix it but i cannot find anything to solve my problem! I have tried charging it for a whole day that did not work, I tried the home and lock button for 30 seconds etc,