Home | History | Annotate | Download | only in header

Lines Matching refs:NONCE

78     public static final String NONCE = ParameterNames.NONCE;
112 || name.equalsIgnoreCase(ParameterNames.NONCE)
217 * Sets the Nonce of the WWWAuthenicateHeader to the <var>nonce</var>
220 * @param nonce -
221 * the new nonce String of this WWWAuthenicateHeader.
224 * while parsing the nonce value.
227 public void setNonce(String nonce) throws ParseException {
228 if (nonce == null)
231 + " AuthenticationHeader, setNonce(), The nonce parameter is null");
232 setParameter(NONCE, nonce);
236 * Returns the Nonce value of this WWWAuthenicateHeader.
238 * @return the String representing the nonce information, null if value is
243 return getParameter(ParameterNames.NONCE);
421 * a nonce string.
442 * Set the nonce count pakrameter. Bug fix sent in by Andreas Bystr?m