2

I'm using javax.smartcardio to communicate with a smart card reader. I have also got a micro SD card with a Java Card applet running on it. However javax.smartcardio does not recognize the micro SD card as a Terminal or Card.

TerminalFactory.getDefault().terminals().list(); only returns the smart card reader. How can I connect with the Applet on the SD card?

Maarten Bodewes
  • 90,524
  • 13
  • 150
  • 263

1 Answers1

3

Micro-SD card with integrated Smartcard part are proprietary. You need to use the SDK from the manufacturer of the Micro-SD card.

Robert
  • 39,162
  • 17
  • 99
  • 152