com.licel.jcardsim.utils
Class APDUScriptTool
java.lang.Object
com.licel.jcardsim.utils.APDUScriptTool
public class APDUScriptTool
- extends Object
Execute APDU script in C-APDU format.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APDUScriptTool
public APDUScriptTool()
main
public static void main(String[] args)
throws FileNotFoundException,
IOException,
NoSuchAlgorithmException,
javax.smartcardio.CardException
- Throws:
FileNotFoundException
IOException
NoSuchAlgorithmException
javax.smartcardio.CardException
executeCommands
public static void executeCommands(Properties cfg,
InputStream commandsStream,
PrintStream out)
throws IOException,
ParseException,
NoSuchAlgorithmException,
javax.smartcardio.CardException
- Throws:
IOException
ParseException
NoSuchAlgorithmException
javax.smartcardio.CardException