public class JavaxSmartCardInterface extends Simulator
CardSimulator instead.ATR_SYSTEM_PROPERTY, DEFAULT_ATR, runtime| Constructor and Description |
|---|
JavaxSmartCardInterface()
Create a JavaxSmartCardInterface object using the default SimulatorRuntime.
|
JavaxSmartCardInterface(SimulatorRuntime runtime)
Create a JavaxSmartCardInterface object using a provided Runtime.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseAPDU |
transmitCommand(CommandAPDU commandApdu)
Wrapper for transmitCommand(byte[])
|
changeProtocol, createApplet, deleteApplet, getATR, getProtocol, getProtocolByte, installApplet, installApplet, installApplet, installApplet, loadApplet, loadApplet, loadApplet, reset, resetRuntime, selectApplet, selectAppletWithResult, transmitCommandpublic JavaxSmartCardInterface()
JavaxSmartCardInterface instances share one SimulatorRuntime.JavaxSmartCardInterface(SimulatorRuntime)public JavaxSmartCardInterface(SimulatorRuntime runtime)
runtime - SimulatorRuntime instance to useNullPointerException - if runtime is nullpublic ResponseAPDU transmitCommand(CommandAPDU commandApdu)
commandApdu - CommandAPDU