org.hardtokenmgmt.tools.tokentest
Class TestToken

java.lang.Object
  extended by org.hardtokenmgmt.tools.tokentest.TestToken

public class TestToken
extends java.lang.Object

Version:
$Id$
Author:
Philip Vendil 2006-aug-29

Nested Class Summary
 class TestToken.CardObserver
           
 
Field Summary
static java.lang.Class<?>[] AVAILABLE_TOKENTESTERS
           
 
Constructor Summary
TestToken(java.util.Properties props)
          This is the default constructor
 
Method Summary
static void main(java.lang.String[] args)
          Main method of the application.
 void out(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AVAILABLE_TOKENTESTERS

public static final java.lang.Class<?>[] AVAILABLE_TOKENTESTERS
Constructor Detail

TestToken

public TestToken(java.util.Properties props)
          throws OperationNotSupportedException,
                 java.lang.InterruptedException
This is the default constructor

Throws:
OperationNotSupportedException
java.lang.InterruptedException
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main method of the application.

Parameters:
args - not used
Throws:
java.lang.Exception

out

public void out(java.lang.String string)