HomeSort by relevance Sort by last modified time
    Searched refs:nonceCount (Results 1 - 4 of 4) sorted by null

  /external/nist-sip/java/javax/sip/header/
AuthenticationInfoHeader.java 15 void setNonceCount(int nonceCount) throws ParseException;
AuthorizationHeader.java 19 void setNonceCount(int nonceCount) throws ParseException;
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationInfo.java 112 * @return the integer representing the nonceCount information, -1 if value is
163 /** Sets the Nonce Count of the AuthenticationInfoHeader to the <var>nonceCount</var>
166 * @param nonceCount - the new nonceCount integer of this AuthenticationInfoHeader.
168 * unexpectedly while parsing the nonceCount value.
171 public void setNonceCount(int nonceCount) throws ParseException {
172 if (nonceCount < 0)
174 String nc = Integer.toHexString(nonceCount);
  /external/curl/lib/vauth/
digest.c 374 char nonceCount[] = "00000001";
474 Curl_MD5_update(ctxt, (const unsigned char *) nonceCount,
475 curlx_uztoui(strlen(nonceCount)));
495 cnonce, nonceCount, spn, resp_hash_hex, qop);

Completed in 283 milliseconds