HomeSort by relevance Sort by last modified time
    Searched full:nc_value (Results 1 - 2 of 2) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
MessageDigestAlgorithm.java 32 * @param nc_value the hexadecimal count of the number of requests (including the current
39 String nonce_value, String nc_value, String cnonce_value,
45 + nc_value + ", " + cnonce_value + ", " + method + ", " + digest_uri_value
74 if (cnonce_value != null && qop_value != null && nc_value != null
78 request_digest = KD(hashUserNameRealmPasswd, nonce_value + ":" + nc_value + ":" + cnonce_value + ":"
109 * @param nc_value the hexadecimal count of the number of requests (including the current
115 String passwd, String nonce_value, String nc_value, String cnonce_value,
122 + nc_value + ", " + cnonce_value + ", " + method + ", " + digest_uri_value
159 if (cnonce_value != null && qop_value != null && nc_value != null
163 request_digest = KD(H(A1), nonce_value + ":" + nc_value + ":" + cnonce_value + ":
    [all...]
AuthenticationHelperImpl.java 303 String nc_value = "00000001"; local
308 .getPassword(), authHeader.getNonce(), nc_value, // JvB added
338 authorization.setNonceCount(Integer.parseInt(nc_value));
370 String nc_value = "00000001"; local
374 userCredentials.getHashUserDomainPassword(), authHeader.getNonce(), nc_value, // JvB added
404 authorization.setNonceCount(Integer.parseInt(nc_value));

Completed in 36 milliseconds