FeitianSmartcardReader / FEITIAN_MOBILE_READERS

This is first Combo SDK, support bR301,iR301,bR301BLE,bR500
http://www.pcscreader.com/docs/getting_started.html
25 stars 13 forks source link

Using of Package javax.smartcardio #13

Closed AppWerft closed 2 years ago

AppWerft commented 4 years ago

How can we use it for handling APDU? example:

 CardChannel channel = card.getBasicChannel();
 ResponseAPDU r = channel.transmit(new CommandAPDU(c1));

in which relation is card to feitian world?