public class RegisterResponse extends SimpleResponse
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
email |
java.lang.String |
login |
java.lang.String |
password |
byte[] |
verifyHash |
ctx, ip, requestUUID, server, service| Constructor and Description |
|---|
RegisterResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(io.netty.channel.ChannelHandlerContext ctx,
Client client) |
java.lang.String |
getType() |
static byte[] |
registerHash(java.lang.String login,
java.lang.String secret) |
sendError, sendResult, sendResultAndClosepublic java.lang.String login
public java.lang.String password
public java.lang.String email
public byte[] verifyHash
public void execute(io.netty.channel.ChannelHandlerContext ctx,
Client client)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getType()
public static byte[] registerHash(java.lang.String login,
java.lang.String secret)
throws java.security.NoSuchAlgorithmException
java.security.NoSuchAlgorithmException