HomeSort by relevance Sort by last modified time
    Searched refs:nonceCount (Results 1 - 12 of 12) 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);
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 98 milliseconds