Class socket.SRPAuthenticator
All Packages Class Hierarchy This Package Previous Next Index
Class socket.SRPAuthenticator
java.lang.Object
|
+----socket.Authenticator
|
+----socket.SRPAuthenticator
- public class SRPAuthenticator
- extends Authenticator
-
SRPAuthenticator(int)
-
-
getType()
-
-
is(int, byte[])
-
-
printsub(int, byte[])
-
-
reply(int, byte[])
-
-
send()
-
SRPAuthenticator
public SRPAuthenticator(int way)
getType
public byte getType()
- Overrides:
- getType in class Authenticator
send
public boolean send() throws IOException
- Overrides:
- send in class Authenticator
is
public void is(int type,
byte buf[]) throws IOException
- Overrides:
- is in class Authenticator
reply
public void reply(int type,
byte buf[]) throws IOException
- Overrides:
- reply in class Authenticator
printsub
public String printsub(int type,
byte buf[])
- Overrides:
- printsub in class Authenticator
All Packages Class Hierarchy This Package Previous Next Index