OpenCard  
 
OCF, the OpenCard Framework is a standard Java framework for working with Smart Cards.  
 

com.gemplus.opencard.terminal
Class TestExtendedCommandAPDU

java.lang.Object
  |
  +--com.gemplus.opencard.terminal.TestExtendedCommandAPDU

public class TestExtendedCommandAPDU
extends java.lang.Object


Constructor Summary
TestExtendedCommandAPDU()
           
 
Method Summary
static void apduStreamTest1()
           
static void apduStreamTest2()
           
static void apduStreamTest3()
           
static void basicTests()
           
static void main(java.lang.String[] args)
           
static void printCardID(CardID cardID)
          Prints out the information of the CardID object passed.
static void selectTestApplet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestExtendedCommandAPDU

public TestExtendedCommandAPDU()
Method Detail

basicTests

public static void basicTests()
                       throws java.lang.Exception

selectTestApplet

public static void selectTestApplet()
                             throws java.lang.Exception

apduStreamTest1

public static void apduStreamTest1()
                            throws java.lang.Exception

apduStreamTest2

public static void apduStreamTest2()
                            throws java.lang.Exception

apduStreamTest3

public static void apduStreamTest3()
                            throws java.lang.Exception

main

public static void main(java.lang.String[] args)

printCardID

public static void printCardID(CardID cardID)
Prints out the information of the CardID object passed.