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

  /frameworks/base/core/java/android/net/http/
RequestHandle.java 241 String QOP,
246 username, password, realm, nonce, QOP, algorithm, opaque);
300 String QOP,
314 String digest = computeDigest(A1, A2, nonce, QOP, nc, cnonce);
331 if (QOP != null) {
332 response += ", qop=" + QOP + ", nc=" + nc + ", cnonce=" + doubleQuote(cnonce);
353 String A1, String A2, String nonce, String QOP, String nc, String cnonce) {
355 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/smack/asmack-master/static-src/custom/de/measite/smack/
Sasl.java 55 public static final String QOP = "javax.security.sasl.qop"; //$NON-NLS-1$
  /external/smack/src/de/measite/smack/
Sasl.java 55 public static final String QOP = "javax.security.sasl.qop"; //$NON-NLS-1$
  /external/smack/src/org/apache/qpid/management/common/sasl/
PlainSaslClient.java 140 if (propName.equals(Sasl.QOP))
  /external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
DigestMD5SaslClient.java 58 * Assumes that the QOP, STRENGTH, and SERVER_AUTH properties are
109 String desiredQOP = (String)props.get(Sasl.QOP);
113 //only support qop equal to auth
131 * Assumes that the QOP, STRENGTH, and SERVER_AUTH properties are
243 "unwrap: QOP has neither integrity nor privacy>");
276 "wrap: QOP has neither integrity nor privacy>");
299 if (Sasl.QOP.equals(propName))
484 * @param qop qop-value: "", "auth", "auth-int"
498 String qop, /* qop-value: "", "auth", "auth-int" *
    [all...]
  /external/smack/src/com/novell/sasl/client/
DigestMD5SaslClient.java 58 * Assumes that the QOP, STRENGTH, and SERVER_AUTH properties are
109 String desiredQOP = (String)props.get(Sasl.QOP);
113 //only support qop equal to auth
131 * Assumes that the QOP, STRENGTH, and SERVER_AUTH properties are
243 "unwrap: QOP has neither integrity nor privacy>");
276 "wrap: QOP has neither integrity nor privacy>");
299 if (Sasl.QOP.equals(propName))
484 * @param qop qop-value: "", "auth", "auth-int"
498 String qop, /* qop-value: "", "auth", "auth-int" *
    [all...]
  /external/smack/src/org/apache/harmony/javax/security/sasl/
Sasl.java 58 public static final String QOP = "javax.security.sasl.qop"; //$NON-NLS-1$

Completed in 318 milliseconds