dist1.acb.common.transport.concretePackets
Class ResponseLoginChallenge

java.lang.Object
  extended bydist1.acb.common.transport.Packet
      extended bydist1.acb.common.transport.Response
          extended bydist1.acb.common.transport.concretePackets.ResponseLoginChallenge
All Implemented Interfaces:
java.io.Serializable

public class ResponseLoginChallenge
extends Response

Response challenge during login

Version:
$Revision: 1.1 $
Author:
Alexander Stasiv
See Also:
Serialized Form

Constructor Summary
ResponseLoginChallenge(Request request, java.math.BigInteger challenge)
          Creates a new instance of ResponseLoginChallenge
 
Method Summary
 java.math.BigInteger getChallenge()
          Getter for property challenge.
 void setChallenge(java.math.BigInteger challenge)
          Setter for property challenge.
 
Methods inherited from class dist1.acb.common.transport.Packet
equals, getId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResponseLoginChallenge

public ResponseLoginChallenge(Request request,
                              java.math.BigInteger challenge)
Creates a new instance of ResponseLoginChallenge

Parameters:
request - request The response will be created for this request (it will inherit the id). If request is null the id will be zero.
challenge - A random number to challenge remote side
Method Detail

setChallenge

public void setChallenge(java.math.BigInteger challenge)
Setter for property challenge.

Parameters:
challenge - New value of property challenge.

getChallenge

public java.math.BigInteger getChallenge()
Getter for property challenge.

Returns:
Value of property challenge.


Copyright © 2004 Phoenix Team (CMU/AIT). All Rights Reserved.