Hi,
        I wnat to invoke method in a Java card, is the following command sequence
correct?
        
        SmartCard.start();
        ResponseAPDU=sendCommandAPDU; //select a applet
        ResponseAPDU=sendCommandAPDU; //invoke a methos and get response
        SmartCard.shutdown();

        Did I miss any procedure?
        And, is "CardServiceFactory" a MUST for a Java card application?

Regards,
Ken Chow.


---
> Visit the OpenCard web site at http://www.opencard.org/ for more
> information on OpenCard---binaries, source code, documents.
> This list is being archived at http://www.opencard.org/archive/opencard/

Reply via email to