be.SIRAPRISE.messages
Class ClientAuthenticationMessage

java.lang.Object
  extended by be.SIRAPRISE.messages.ServerMessage
      extended by be.SIRAPRISE.messages.ServerInputMessage
          extended by be.SIRAPRISE.messages.ClientAuthenticationMessage

public abstract class ClientAuthenticationMessage
extends ServerInputMessage

Author:
Erwin Smout

Method Summary
 java.lang.String getClientID()
          Gets The Identification that the client will give of itself
 byte[] getSignature()
          Gets The signature computed
 
Methods inherited from class be.SIRAPRISE.messages.ServerMessage
getMessageTypeID, readMessage, sendMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getClientID

public java.lang.String getClientID()
Gets The Identification that the client will give of itself

Returns:
The Identification that the client will give of itself

getSignature

public byte[] getSignature()
Gets The signature computed

Returns:
The signature computed