public abstract class ClientAuthenticationMessageType extends ServerInputMessageType
Modifier and Type | Field and Description |
---|---|
static int |
MESSAGETYPEID
The numeric ID for messages of this type (404034958 )
|
Modifier and Type | Method and Description |
---|---|
abstract ClientAuthenticationMessage |
message(java.lang.String clientID,
byte[] signature)
Factory method for producing a ClientAuthentication message of this version of the message type
|
public static final int MESSAGETYPEID
public abstract ClientAuthenticationMessage message(java.lang.String clientID, byte[] signature)
clientID
- The token identifying the client to the serversignature
- The bytes of the signature computed by applying the elected Signature to the clientID field