public class ChallengeAndResponse
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ChallengeAndResponse()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChallenge()
Returns the challenge question.
|
java.lang.String |
getResponse()
Returns the response to the challenge.
|
void |
setChallenge(java.lang.String challenge)
Changes the challenge question.
|
void |
setResponse(java.lang.String response)
Changes the response to the challenge.
|
public java.lang.String getChallenge()
public void setChallenge(java.lang.String challenge)
challenge - New challenge question (String).public java.lang.String getResponse()
public void setResponse(java.lang.String response)
response - New response (String).