> > ** > I am newbie to development of smart card. I need to develop smart card > access with jdk 1.3 compability (as embedded device supports jdk1.3). > > so my question, is JPCSC , the same as we use, opensc for C code. If > not, then Which library is available in OpenSc for Java-platform. Please > tell me which libraries are available which support smart card . Thanks >
AFAIK, OpenSC its for PKCS#11 and PKCS#15 management (cryptoghraphic objects) and can be used to handle smartcard objects. JPCSC its to send/receive data from smartcard using PCSC standard (raw bytes) What do you need the smartcard for? certificates? bus tickets?
_______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
