Method Summary |
|
public String | getCNonce() Returns the CNonce value of this AuthenticationInfoHeader. |
public String | getNextNonce() Returns the nextNonce value of this AuthenticationInfoHeader. |
public int | getNonceCount() Returns the Nonce Count value of this AuthenticationInfoHeader. |
public String | getQop() Returns the messageQop value of this AuthenticationInfoHeader. |
public String | getResponse() Returns the Response value of this AuthenticationInfoHeader. |
public void | setCNonce(String cNonce) Sets the CNonce of the AuthenticationInfoHeader to the cNonce
parameter value. |
public void | setNextNonce(String nextNonce) Sets the NextNonce of the AuthenticationInfoHeader to the nextNonce
parameter value. |
public void | setNonceCount(int nonceCount) Sets the Nonce Count of the AuthenticationInfoHeader to the nonceCount
parameter value. |
public void | setQop(String qop) Sets the Qop value of the AuthenticationInfoHeader to the new
qop parameter value. |
public void | setResponse(String response) Sets the Response of the AuthenticationInfoHeader to the new response
parameter value. |