How to "convert" a PC/SC spec Smart Card (usb token) to a Java Card?

Hi experts,
I've got a usb token from OEM and the only thing they told me is that the token is manufactured according to PC/SC spec. OEM didn't say anything about the proccessor, memory, etc. I'm no expert in hardware. But according to what I read on the web, a Java Card must have JCVM in the on-card memory. I'm wondering if there is a way to initialize a JCVM in this PC/SC usb token?
Any help will be much appreciated!
Z.Zen

"PC/SC compatible" is about software on the card as much as "PC compatible" is about the software in your computer. PC/SC deals with sending bytes to and from the token whereas JavaCard deals with working with those byte packets. Unless the token is a JavaCard, there's not much you can do. You need to get the ATR of the token via PC/SC, maybe that gives more information.

Similar Messages

  • How to copy MP3 files to SD Smart Card

    I am trying to create a smart card for my Zumo 550 to allow me to play MP3 files on my motorcycle. My problem is getting the MP3 files onto the smart card. I get about 150 files loaded and then it won't let me load any more. I get a message about being unable to form new directory or something with the files so that it won't allow me to store anymore. My capacity on the 2GBSD card is only about 25% full, so I have the room. I highlight my MP3 files after converting from audio files in itunes and then I open up the smart card via My Computer, and then I click and drag to the smart card open window..works great for the first 150 or so files, then it won't load anymore. Any helpful suggestions why I can't get anymore files onto my smart card??
    Thsnks,
    Tooth Doctor

    Thanks for the input. I don't have my laptop with me at work, so I can't remember the exact wording of the message that pops up...I have tried other files, I have tried loading albums of artists so maybe naming the folders or files wouldn't be so complex,....neither of which worked. I had attempted this on my old laptop, using Windows XP and thought when I got my new one which now uses Vista, that maybe things would work better, but didn't seem to help....I was wondering if there is a different way to copy of MP3 files from Itunes playlist to the Smart card media....I looked at "exporting" the files, but they come out as txt files, not mp3 files. I will get back on this evening with the exact wording and see if you or anyone can assist me....
    MIke

  • How to perform kiosk actions based on smart card data

    Hi
    I have Smart card/Sun Ray users based in two locations, Auckland and Wellington. When the user inserts their Smart card into a Sun Ray DTU they are immediately presented with a login to the company Citrix Metaframe farm (which consists of 3 servers in Auckland and 3 servers in Wellington).... this has been done by using the Sun Ray Kiosk scripts to execute the Solaris Citrix ICA client (with parameters for server name and application).
    What I need to do is the following:
    When an Auckland user is in Wellington, they need to be able to insert their Smart Card into any Sun Ray DTU and be presented with an Auckland Citrix Desktop Session... i.e. I want to direct users, based on their Smart Card data, to a specific Citrix server. Each Smart Card has already been setup with a location (Auckland or Wellington) in the "other info" field.
    I know I need to do some modifications to the kiosk scripts... but what? I know that the solaris 'env' command returns the ID of 'this' DTU... can I use this with the 'ut****' commands to identify the ID of the Smart card that has just been inserted into 'this' DTU? and then can I use this Smart card ID to query for the 'name' and 'other info' fields?
    Hope this makes sense :-)
    Any help appreciated.
    Thanks,
    Kerry.

    Hi,
    As you are using card based kiosk this is almost certainly a job for AMGH .
    AMGH looks at the card ID with A PAM service thats already in /etc/pam.conf.
    and checks the Card ID agains a Database indexed with the HOME server for that user
    You need to set this database up as a text file or LDAP service.
    Read the chapter on Advanced MultiGroup Homeing in the Admin Guide. for SRS4
    in /opt/SUNWutref/amgh you have the example scritps and shared objects to use as a starting point
    for setting up a working service.
    //Lars

  • How to convert text module language in Smart Form?

    Hello Friends,
    I want to print a title in chinese language in smartform. How can I do it. Please help me out from this situation?.
    Thanks & Regards
    Sathish Kumar

    Normally when we display stard text , we will be either using "read text" function module or will be using include.To display a strd text in chinese it should be maintained in chinese language (SO10-please see whether Std text is maintained in chinese by giving TEXT name, TEXT ID and Language).and when we use "read text" or "include " we will specify the language also in that.
    or u can include the standard text with INCLUDE statement and LANGUAGE <> ..
    ( LANGUAGE is one of the patameters of the include stmt.)
    then the text will get printed in chinese language if it is maintained in chinese language
    reward if it helps u...
    sai ramesh

  • How to convert video files on an SD card to play in iMovie

    I am completely stumped! New to Macs, so assume a really basic level of knowledge!
    A videographer gave me an SD card that breaks down into a folder called DCIM and a folder called Private, which breaks into JVC>BPAV>CLPR, TAKR, and a a few random files. Inside of CLPR there are numbered files, and inside each of those are MP4 video files. These MP4s can't open in anything but VLC. Quicktime doesn't recognize them. When I open then in iMovie, I get green screen with no audio.
    Does anyone know how I open this/convert this so I can edit it in iMovie?

    Alliance938 wrote:
    A videographer gave me an SD card that breaks down into...
    Does anyone know how I open this/convert this so I can edit it in iMovie?
    insert card in our card-slot/reader
    in iMovie select Import
    no step 3...
    .. any 'manual' conversion is not just redundant, no 'conversion' needed, but in most cases doesn't deliver the wanted results.
    may I suggest to read the Manual?
    http://help.apple.com/imovie/mac/10.0/?lang=en

  • How to Convert an RMI Server into WINNT service

    I have an RMI Server, that looks like the following
    SimpleRMIServer.java
    import java.io.*;
    import java.rmi.*;
    import java.rmi.server.*;
    import java.rmi.registry.*;
    import java.rmi.*;
    import java.rmi.server.UnicastRemoteObject;
    public class SimpleRMIServer
    public static void main(String[] argv) {
    System.setSecurityManager(new RMISecurityManager());
    try {
    LocateRegistry.createRegistry(1099);
    SimpleRMIImpl implementation = new SimpleRMIImpl("SimpleRMIImpl instance");
    // SimpleRMIImpl implementation = new SimpleRMIImpl("SimpleRMIImpl instance");
    System.out.println("SimpleRMIImpl ready");
    catch (Exception e) {
    System.out.println("Exception occurred: " + e);
    the SimpleRMIImpl.java also is available. (SimpleRMIImpl.class)
    now the problem is how to convert this Server to a service.
    I have seen a java class that extends a service class have been converted to a service like the following
    TestService.java
    // TestService.java
    // (C) Copyright 1995 - 1999 Microsoft Corporation. All rights reserved.
    import java.io.*;
    import com.ms.service.*;
    public
    class TestService extends Service
    static
    // Uncomment to disable the assassin. The service will fail to respond
    // in the time specified in the last waithint for the third pause
    // event received. If the assassin is enabled (i.e. this line is commented
    // out, the default), then the service will be forcibly killed.
    //Service.disableassassin = true;
    int pausecount;
    int intcount;
    public TestService (String[] args) throws IOException
    System.out.println("Sending updated pending status");
    CheckPoint(1000);
    System.out.println("Sending running status with all controls");
    setRunning(ACCEPT_SHUTDOWN | ACCEPT_PAUSE_CONTINUE | ACCEPT_STOP);
    System.out.println("Started");
    protected
    boolean handleStop ()
    setStopping(5000);
    System.out.println("dying");
    return true;
    protected
    boolean handlePause ()
    pausecount++;
    if (pausecount == 3)
    System.out.println("pause #3, sleeping for 30 seconds, should be killed in 2+5 seconds");
    setPausing(2000);
    try
    Thread.sleep(30000);
    catch (InterruptedException e)
    System.out.println("interrupted");
    else
    System.out.println("received pause #"+pausecount+", pausing for 2 seconds");
    setPausing(5000);
    try
    Thread.sleep(2000);
    catch (InterruptedException e)
    System.out.println("interrupted");
    System.out.println("sending paused");
    setPaused();
    System.out.println("sent paused");
    return false;
    protected
    boolean handleContinue ()
    System.out.println("received continue, continuing after 2 seconds");
    setContinuing(5000);
    try
    Thread.sleep(2000);
    catch (InterruptedException e)
    System.out.println("interrupted");
    System.out.println("sending running");
    setRunning();
    System.out.println("sent running after continue");
    return false;
    protected
    boolean handleShutdown ()
    System.out.println("received shutdown, treating as stop");
    return handleStop();
    protected
    boolean handleInterrogate ()
    System.out.println("received interrogate");
    setServiceStatus(getServiceStatus());
    System.out.println("sent status for interrogate");
    intcount++;
    if (intcount == 3)
    System.out.println("received 3rd interrogate, stopping self in 5 seconds");
    try
    Thread.sleep(5000);
    catch (InterruptedException iex)
    System.out.println("interrupted");
    System.out.println("stopping");
    StopServiceEventHandler(1000);
    return false;
    using the jntsvc.exe tool, that code have been converted to an executable, then installed as a service.
    I've tried to embed the RMIServer code in the constructor for this service, but it didn't work
    Hope you have a clear understanding of what I'm saying
    any help, highly appreciated
    thanx in advance
    here is my email [email protected]
    regards

    Our second installment of "Questions from the Past"
    Dear viewer, check out Tomcat's source, I believe they implement Tomcat as a service so just follow what they did.
    Steve - your answer Guru
    Tune in next week for our third installment of "Questions from the past"

  • How can use a CAC smart card on an iPad 3?

    How can I use a CAC givernment smart card on an iPad 3. I am using citrix receiver to access the system.

    Some suggestions were made in this thread from last year:
    https://discussions.apple.com/thread/2770317?start=0&tstart=0
    I don't know whether any are still viable, but it might be a place to start.
    Regards.

  • How to convert bytes[] into multipage File object

    Hi,
    How to convert bytes[] into multipage File object??
    I used the java.io.SequenceInputStream to concatenate two input streams (basically .pdf files) into a single input stream. I need to create a single multipage pdf file using this input stream.
    Thanks for you help in advance..

    Only text format allows you to concatenate two files together to get a longer files.
    Most formats have a header and a footer and so you cannot simply add one to the other.
    You need to use a PDF API which will allow you to build the new document (if one exists)

  • How to convert from integer to string

    import javax.swing.*;
    import java.awt.*;
    public class Hw extends JFrame{
         JButton[] buttons = new JButton[26];
         public Hw(){
              getContentPane().setLayout(new GridLayout(2,13));
              JButton []buttons=new JButton[26];
              for(int i=65; i<90;i++)
                   buttons=new JButton(i+" ");
                   getContentPane().add(buttons[i]);
              setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              pack();
         public static void main(String[] args) {
              Hw win = new Hw();
              win.setVisible(true);
              win.setLocation(50, 100);
    I have 26 buttons and each buttons will contain a character like A,B,C,D,...
    but i dont know how to convert it from integer to string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    import javax.swing.*;
    import java.awt.*;
    public class Hw extends JFrame{
         JButton[] buttons = new JButton[26];
         public Hw(){
              getContentPane().setLayout(new GridLayout(2,13));
              JButton []buttons=new JButton[26];
              for(int i=0; i<buttons.length;i++)
                   buttons=new JButton(""+('A'+i));
                   getContentPane().add(buttons[i]);
              setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              pack();
         public static void main(String[] args) {
              Hw win = new Hw();
              win.setVisible(true);
              win.setTitle("Hangman Game");
    tjacobs01  , thnx for urgent reply, but i didnt apply your algorithm inside of the my program, if its possible can u compile the program with your codes..
    its a little complex for me i didnt understand anythind :S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Smart card serial number

    Hi, I would like to find the easiest way to get smart card serial number. I used to do this using "javax.smartcardio" package and proper APDU command. Now I need to access different types of cards so I need to access cards from some higher layers in order to have one code for all cards. With what can I do this? Can it be done done with "Bouncy Castle Crypto API"? I found earlier "iaik.pkcs.pkcs11.wrapper" which was able to accomplish that, but was not very reliable. I appreciate any suggestions. Thanks.

    i am not sure about but the below link may give some idea
    http://blogs.msdn.com/b/alejacma/archive/2010/12/15/how-to-enumerate-all-certificates-on-a-smart-card-powershell.aspx
    Regards Chen V [MCTS SharePoint 2010]

  • Transferring photos via smart card

    Transferring jpeg photos from smartcard to ipad air. Some photos show on the import screen and some do not. Can anyone tell me why and how to correct this problem?

    By smart card you mean SD card?
    How did the photos get on the card?
    The iPad expects 8 character filenames with 3 character extensions.  i.e image001.jpg  Also they need to be in a folder called DCIM.

  • How can I convert a layer into a smart object with Adobe Photoshop Elements 10?

    How can I convert a layer into a smart object with Adobe Photoshop Elements 10?

    That feature is only in PS. Elements as you buy it has only limited support for smart objects. If you use File>Place to add something to your image it will come in as a smart object (within the limits to which PSE understands smart layers). However, if you know someone who can write an action for you in PS you can install it in PSE, or you could look into something like elements+ from simplephotoshop.com.

  • How to convert message in XI into PDF format

    Hi,
    I am trying out a scenario where i am getting an idoc from SAP into XI and now in XI i need to convert the data into pdf format and send that pdf in a mail using mail adapter.
    Can any body help me out how to convert a message in XI to pdf format.
    Thanks in Advance!!
    Regards,
    Sudheer

    Hi Sudheer
    follow these links
    http://www.erpgenie.com/sap/sapedi/Conversion%20of%20IDOCs%20to%20XML%20format.pdf
    Here is the complete code for you;
    It Converts spool request into PDF document and emails it.
    http://www.sapdevelopment.co.uk/reporting/rep_spooltopdf.htm
    Smartform as attachment in mail. - 46k
    http://sap.ittoolbox.com/groups/technical-functional/sap-dev/convert-smartforms-form-in-pdf-998715 - 87k
    SMART form to PDF
    https://wiki.sdn.sap.com/wiki/display/Snippets/ConvertSmartformtoPDFformat
    smartform to MAIL
    https://wiki.sdn.sap.com/wiki/display/Snippets/SmartformtoMailasPDF+attachment
    Regards
    Sandeep Sharma
    PS: if helpful kindly reward points

  • How to convert nikon files to jpg

    how to convert nikon files to jpg

    To see Specs for ViewNX 2:
    http://imaging.nikon.com/lineup/software/viewnx2/spec.htm
    To Download, if it looks like it may work for you:
    http://nikonimglib.com/nvnx/
    {says "free download" but don't know if there's a catch}
    For more information about the Download, specs, and details
    for Macintosh see english North/South American download page:
    http://nikonimglib.com/nvnx/index_en_nsa.html#os-macintosh
    PS: if you get that, and find it crashes, see threads such as this:
    Nikon Capture NX2 crashes when opening image
    {thought the original poster could read all contents here... if not, sorry}
    Good luck!
    edited

  • How to convert pulses into RPM

    I am using a counter to count the pulses given from a hall sensor to detect the speed of a motor. I can see the pulses on the graph and I have the operation running in a while loop but I am having issues with setting up a fixed time for the counter to run. I am using a USB 1208LS DAQ which requires Universal Library and I don't know how to convert the pulses that I get into a frequency or RPM's.  
    I just learned how to use Labview so this is getting pretty frustrating.
    Thanks! 

    I am not very familiar with the hardware you have or the Universal Library.  It seems from the spec page for the device however that it does not have any counters on it.  So is this being read in as a digital channel or an analog channel, because I did not see any specifications on the sampling rate of the digital channels?
    If this is coming in as an analog signal there are some signal processing VIs that you can use to determine frequency. Specifically Extract Single Tone Information.VI will find the frequency of your analog signal.
    Doug Farrell
    Product Manager - Condition Monitoring
    National Instruments
    National Instruments Condition Monitoring

Maybe you are looking for

  • Working with Fonts/Logos

    I'm Very new to Photoshop and just have probably a simple question.  I tried searching different places, but I'm not even sure how to word the problem.  I just want to write out some text and dress it up with some effects and then save the file and t

  • Error when reciving mail with alias

    Hy, In my SAP system I am able to send and recive emails already. But in some cases the incoming mail is refused. If the mail is sent with <> the mail reaches SAP, if not it doesn't get into SAP.  If I send a mail via Outlook to one SAP adress it get

  • Error when download contion table for MWST

    Hi, I create a new sequence acess to MWST pricing condition. I folow all the correct steps to do this. But when i download the table with the condition values (ZDNL_COND_A935) the fllowing errors occurs: Error when converting field contents from fiel

  • Hey I own hp dv6 3043 tx and am facing error 301 on boot up ..and later it does not start...pl help?

    I bought a dv6 3043 tx in 2010.. For about 1 and half years it worked fine but a few days bak .its performance went down...few days later it showed up with error301 at boot up when I clicked continue to boot up...it fails to boot and started over aga

  • MacBook screen woes

    Greetings, I have a 2.4 Ghz Intel Core 2 Duo MacBook that has a video issue. It was starting up but when it got to the blue screen, the video output died and the computer appeared to go to sleep. The first time I plugged in a monitor to check what wa