From: Frank M. <fra...@gm...> - 2020-09-22 21:29:58
|
I've compiled OpenSC for Android about two years ago and used the PKCS#11 module with some card via NFC. There should have been no porting issues introduced since then. You don't need the full pcscd at all. The tricky part is to implement your own libpcsclite which communicates with your App's NFC tag. This is the part from my implementation which is not published, but it is somewhat similar to the combination of https://github.com/frankmorgner/vsmartcard/tree/master/virtualsmartcard/src/pcsclite-vpcd and https://github.com/frankmorgner/vsmartcard/blob/master/remote-reader/app/src/main/java/com/vsmartcard/remotesmartcardreader/app/VPCDWorker.java Regards, Frank. Am Di., 22. Sept. 2020 um 19:17 Uhr schrieb Douglas E Engert <dee...@gm...>: > > I believe at one time OpenSC was ported to Android. > > There is renewed interest in using OpenSC supported smart cards with SM over NFC from phones and tablets. > > > But I can not find much at all on it. > > These are no longer valid. > > http://code.google.com/p/seek-for-android/wiki/SmartCardPKI > http://seek-for-android.googlecode.com/files/opensc_android.patch > > > https://opensc-devel.narkive.com/7cDMLZJr/opensc-on-android#selection:1.1444.65 > is the closest and it is 9 years ago. > > Any one got an update? > > > -- > > Douglas E. Engert <DEE...@gm...> > > > > _______________________________________________ > Opensc-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensc-devel |