wt.intersvrcom
Class PassCodeDB
java.lang.Object
wt.intersvrcom.PassCodeDB
- public class PassCodeDB
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PassCodeDB
public PassCodeDB()
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)