|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--pki.PKIServer.PKIWorker
| Field Summary | |
(package private) pki.PKICert |
certifier
|
(package private) pki.PKIDatabase |
database
|
static boolean |
debug
|
(package private) char[] |
keypw
|
(package private) org.ssonet.net.impl.SSONETServerClientSocket |
todo
|
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Fields inherited from interface org.ssonet.net.ConnectionListener |
FINISHED_STATE, INIT_STATE, MECHANISMS_NEGOTIATION, NOT_STARTED_STATE, RUNNING_STATE, SECURITY_GOAL_NEGOTIATION |
| Constructor Summary | |
PKIServer.PKIWorker(pki.PKICert certifier,
pki.PKIDatabase database,
char[] keypw)
|
|
| Method Summary | |
void |
connectionStateChanged(org.ssonet.net.SSONETContext context,
int currentState)
|
boolean |
decideSecurityGoal(int securityGoal,
org.ssonet.net.ActionConfiguration ownConfiguration,
org.ssonet.net.SSONETContext context)
|
void |
negotiationRequestReceived(org.ssonet.net.SSONETContext context,
int negotiationType)
|
void |
run()
|
void |
set(org.ssonet.net.impl.SSONETServerClientSocket socket)
|
void |
waitConnect(org.ssonet.net.SSONETContext context)
|
| 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 |
public static boolean debug
pki.PKICert certifier
pki.PKIDatabase database
char[] keypw
org.ssonet.net.impl.SSONETServerClientSocket todo
| Constructor Detail |
public PKIServer.PKIWorker(pki.PKICert certifier,
pki.PKIDatabase database,
char[] keypw)
| Method Detail |
public void connectionStateChanged(org.ssonet.net.SSONETContext context,
int currentState)
connectionStateChanged in interface org.ssonet.net.ConnectionListenerpublic void waitConnect(org.ssonet.net.SSONETContext context)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic void set(org.ssonet.net.impl.SSONETServerClientSocket socket)
public void negotiationRequestReceived(org.ssonet.net.SSONETContext context,
int negotiationType)
negotiationRequestReceived in interface org.ssonet.net.ConnectionListener
public boolean decideSecurityGoal(int securityGoal,
org.ssonet.net.ActionConfiguration ownConfiguration,
org.ssonet.net.SSONETContext context)
decideSecurityGoal in interface org.ssonet.net.ConnectionListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||