org.hardtokenmgmt.tools.tokentest
Class TestTokenUtils

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

public class TestTokenUtils
extends java.lang.Object

Help methods used to make token testing easier.

Version:
$Id$
Author:
Philip Vendil 12 Feb 2009

Field Summary
static byte[] testcert
           
 
Constructor Summary
TestTokenUtils()
           
 
Method Summary
static boolean checkPINInfo(PINInfo pINInfo, java.lang.String testmsg, boolean pINOK, boolean loginRequired, boolean pINCountLow, boolean pINFinalTry, boolean pINLocked, boolean pUKCountLow, boolean pUKFinalTry, boolean pUKLocked, java.io.PrintStream out)
           
static void pinInfoOut(PINInfo pINInfo, java.io.PrintStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testcert

public static byte[] testcert
Constructor Detail

TestTokenUtils

public TestTokenUtils()
Method Detail

pinInfoOut

public static void pinInfoOut(PINInfo pINInfo,
                              java.io.PrintStream out)

checkPINInfo

public static boolean checkPINInfo(PINInfo pINInfo,
                                   java.lang.String testmsg,
                                   boolean pINOK,
                                   boolean loginRequired,
                                   boolean pINCountLow,
                                   boolean pINFinalTry,
                                   boolean pINLocked,
                                   boolean pUKCountLow,
                                   boolean pUKFinalTry,
                                   boolean pUKLocked,
                                   java.io.PrintStream out)