dist1.acb.common.transport.concretePackets
Class ResponseLoginChallenge
java.lang.Object
dist1.acb.common.transport.Packet
dist1.acb.common.transport.Response
dist1.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
Method Summary |
java.math.BigInteger |
getChallenge()
Getter for property challenge. |
void |
setChallenge(java.math.BigInteger challenge)
Setter for property challenge. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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.