Java Smart Card I/O

Uses of Class
javax.smartcardio.CommandAPDU

Uses of CommandAPDU in javax.smartcardio
 

Methods in javax.smartcardio with parameters of type CommandAPDU
abstract  ResponseAPDU CardChannel.transmit(CommandAPDU command)
          Transmits the specified command APDU to the Smart Card and returns the response APDU.
 


Java Smart Card I/O