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

  /external/apache-http/android/src/android/net/http/
RequestHandle.java 240 String QOP,
245 username, password, realm, nonce, QOP, algorithm, opaque);
304 String QOP,
326 String digest = computeDigest(A1, A2, nonce, QOP, nc, cnonce);
343 if (QOP != null) {
344 response += ", qop=" + QOP + ", nc=" + nc + ", cnonce=" + doubleQuote(cnonce);
365 String A1, String A2, String nonce, String QOP, String nc, String cnonce) {
367 HttpLog.v("computeDigest(): QOP: " + QOP);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationInfo.java 127 return this.getParameter(ParameterNames.QOP);
181 /** Sets the Qop value of the AuthenticationInfoHeader to the new
182 * <var>qop</var> parameter value.
184 * @param qop - the new Qop string of this AuthenticationInfoHeader.
186 * unexpectedly while parsing the Qop value.
189 public void setQop(String qop) throws ParseException {
190 this.setParameter(ParameterNames.QOP, qop);
213 if (name.equalsIgnoreCase(ParameterNames.QOP)
    [all...]
Challenge.java 52 private static String QOP = ParameterNames.QOP;
129 * get QOP value
133 return (String) authParams.getValue(QOP);
AuthenticationHeader.java 34 * 2005/06/12: geir.hedemark@telio.no: Changed behaviour of qop parameter in
36 * RFC3261, BNF element "message-qop" (as opposed to "qop-options",
60 public static final String QOP = ParameterNames.QOP;
109 if (name.equalsIgnoreCase(ParameterNames.QOP)
123 && name.equalsIgnoreCase(ParameterNames.QOP)) {
124 // NOP, QOP not quoted in authorization headers
311 * Sets the Qop value of the WWWAuthenicateHeader to the new <var>qop</var
    [all...]
ParameterNames.java 83 public static final String QOP = "qop";
  /external/caliper/lib/
jersey-client-1.11.jar 
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /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 
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 533 milliseconds