|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectj_waste.network.Authenticate
This is class handles the authentication.
| Constructor Summary | |
Authenticate(Connection c)
Constructs a new Authenticate object. |
|
| Method Summary | |
boolean |
doAuthenticate(byte[] input)
This method will handle authentication when someone wants to connect to this computer. |
boolean |
initiateAuthentication()
This method initiates a new WASTE connection on the connection that was sent to the constructor of this class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Authenticate(Connection c)
c - The Connection object from which Authenticate
is called.| Method Detail |
public boolean initiateAuthentication()
public boolean doAuthenticate(byte[] input)
input - The InitialPacket1 that has already been was recieved.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||