I have a requirement of reading the certificates that are installed on a USB token which is connected to the android device (Phone/tablet). The USB dongle also has associated public and private keys with it.
For this, Should I use UsbInterface, UsbConnections to read it as we normally do. If yes, Then how should I check for the PIN(Usb token is secured with a PIN). If not, what are the other ways??
I have read that Gemalto is providing stuffs like this but they are supporting only their USB tokens and they are closed source.
Thanks in advance.