Page 1 of 1

A client application

Posted: Mon Jul 31, 2017 3:11 am
by ngana
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++ ..)

Re: A client application

Posted: Tue Aug 01, 2017 5:59 am
by mabel
If you want something which works according to your requirements, I am suggesting to write your own PCSC wrapper using Windows dlls.

Re: A client application

Posted: Tue Aug 01, 2017 6:03 am
by Tarantino
OpenCard Framework ( http://www.openscdp.org/ocf/ ) is a nice alternative.

It has the concept of card service, that enables to write card services that wraps your apdus into conventional method calls.

Re: A client application

Posted: Tue Aug 01, 2017 8:59 pm
by tay00000
A short list of host machine (PC computer/server) of possibilities to choose from:
What is the script/programming language you need to use for your project and are you looking for cross-platform uniformity ?