JavaxSmartCardInterface



com.licel.jcardsim.io
Class JavaxSmartCardInterface

java.lang.Object
  extended by com.licel.jcardsim.base.Simulator
      extended by com.licel.jcardsim.io.JavaxSmartCardInterface
All Implemented Interfaces:
CardInterface, JavaCardInterface

public class JavaxSmartCardInterface
extends Simulator

Class with javacardx.smartcardio Command/Response support


Constructor Summary
JavaxSmartCardInterface()
           
 
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
 

Constructor Detail

JavaxSmartCardInterface

public JavaxSmartCardInterface()
Method Detail

transmitCommand

public javax.smartcardio.ResponseAPDU transmitCommand(javax.smartcardio.CommandAPDU commandApdu)
Wraper for the transmitCommand(byte[])

Parameters:
commandApdu - CommandAPDU
Returns:
ResponseAPDU