public interface AuthenticationInfoHeader extends Parameters, Header
| Modifier and Type | Method and Description |
|---|---|
String |
getCNonce() |
String |
getNextNonce() |
int |
getNonceCount() |
String |
getQop() |
String |
getResponse() |
void |
setCNonce(String cNonce) |
void |
setNextNonce(String nextNonce) |
void |
setNonceCount(int nonceCount) |
void |
setQop(String qop) |
void |
setResponse(String response) |
getParameter, getParameterNames, removeParameter, setParameterstatic final String NAME
void setNextNonce(String nextNonce) throws ParseException
ParseExceptionString getNextNonce()
void setQop(String qop) throws ParseException
ParseExceptionString getQop()
void setCNonce(String cNonce) throws ParseException
ParseExceptionString getCNonce()
void setNonceCount(int nonceCount)
throws ParseException
ParseExceptionint getNonceCount()
void setResponse(String response) throws ParseException
ParseExceptionString getResponse()
Copyright © 2016. All rights reserved.