wt.intersvrcom
Class PassCodeDB

java.lang.Object
  extended bywt.intersvrcom.PassCodeDB

public class PassCodeDB
extends Object


Field Summary
private static Vector _masters
           
private static Hashtable _masterURLs
           
private static Hashtable _passHash
           
private static String RESOURCE
           
private static boolean VERBOSE
           
 
Constructor Summary
PassCodeDB()
           
 
Method Summary
private static void addPassCodeFromDB(Site master)
           
private static void addPassCodeFromDisk(String str)
           
static Vector getMasters()
           
static String getMasterURL(String master)
           
static PublicKey getPassCode(String master)
           
private static void initialize()
           
static void main(String[] args)
           
private static PublicKey readKey(ObjectInputStream key_is)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

_passHash

private static Hashtable _passHash

_masterURLs

private static Hashtable _masterURLs

_masters

private static Vector _masters

VERBOSE

private static boolean VERBOSE
Constructor Detail

PassCodeDB

public PassCodeDB()
Method Detail

initialize

private static void initialize()

addPassCodeFromDisk

private static void addPassCodeFromDisk(String str)

addPassCodeFromDB

private static void addPassCodeFromDB(Site master)
                               throws WTException
Throws:
WTException

readKey

private static PublicKey readKey(ObjectInputStream key_is)
                          throws IOException,
                                 WTException
Throws:
IOException
WTException

getPassCode

public static PublicKey getPassCode(String master)

getMasterURL

public static String getMasterURL(String master)

getMasters

public static Vector getMasters()

main

public static void main(String[] args)