com.licel.jcardsim.io
Class JavaxSmartCardInterface
java.lang.Object
   com.licel.jcardsim.base.Simulator
com.licel.jcardsim.base.Simulator
       com.licel.jcardsim.io.JavaxSmartCardInterface
com.licel.jcardsim.io.JavaxSmartCardInterface
- All Implemented Interfaces: 
- CardInterface, JavaCardInterface
- public class JavaxSmartCardInterface 
- extends Simulator
Class with javacardx.smartcardio Command/Response support
 
| Method Summary | 
|  javax.smartcardio.ResponseAPDU | transmitCommand(javax.smartcardio.CommandAPDU commandApdu)Wraper for the transmitCommand(byte[])
 | 
 
| Methods inherited from class com.licel.jcardsim.base.Simulator | 
| createApplet, getATR, installApplet, installApplet, installApplet, installApplet, loadApplet, loadApplet, loadApplet, reset, resetRuntime, selectApplet, transmitCommand | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
JavaxSmartCardInterface
public JavaxSmartCardInterface()
transmitCommand
public javax.smartcardio.ResponseAPDU transmitCommand(javax.smartcardio.CommandAPDU commandApdu)
- Wraper for the transmitCommand(byte[])
 
- 
- Parameters:
- commandApdu- CommandAPDU
- Returns:
- ResponseAPDU