A client application
Posted: Mon Jul 31, 2017 3:11 am
I have finished an Applet that only has some basic crypto operations. Now I want to write a client application that uses my Applet. But I have some question. Please help me to be more clearer. Thanks.
Q1 - APDU I/O (com.sun.javacard.apduio): this does support pcsc readers in JC < 2.2.2, right?
Q2- the native java API javax.smartcardio: I've managed to send some APDU ommands but this API very "raw"
Q3 - What about APIs in other languages ? (C, C++ ..)
Q1 - APDU I/O (com.sun.javacard.apduio): this does support pcsc readers in JC < 2.2.2, right?
Q2- the native java API javax.smartcardio: I've managed to send some APDU ommands but this API very "raw"
Q3 - What about APIs in other languages ? (C, C++ ..)