|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
cryptix.security.rsa.KeyGenThread
| Field Summary | |
(package private) SecretKey |
key
|
(package private) int |
len
|
(package private) RSAKeyGenObserver |
observer
|
(package private) RandomStream |
rs
|
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Fields inherited from interface cryptix.security.rsa.RSAKeyGenObserver |
FINDING_P, FINDING_Q, KEY_GEN_DONE, KEY_RESOLVING |
| Fields inherited from interface cryptix.math.TestPrimeObserver |
HAS_SMALL_FACTORS, IS_PRIME, NO_SMALL_FACTORS, NOT_PRIME |
| Constructor Summary | |
KeyGenThread(java.lang.String name,
RandomStream rs,
int len,
RSAKeyGenObserver observer)
|
|
| Method Summary | |
void |
handleEvent(int evnt)
|
SecretKey |
key()
|
void |
run()
|
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
RandomStream rs
int len
RSAKeyGenObserver observer
SecretKey key
| Constructor Detail |
public KeyGenThread(java.lang.String name,
RandomStream rs,
int len,
RSAKeyGenObserver observer)
| Method Detail |
public SecretKey key()
public void run()
run in interface java.lang.Runnablepublic void handleEvent(int evnt)
handleEvent in interface TestPrimeObserver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||