Home | History | Annotate | Download | only in client

Lines Matching refs:qop

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" */
516 if ("auth-int".equals(qop))
529 if (qop.length() > 0)
535 md.update(qop.getBytes("UTF-8"));
578 throw new SaslException("Client only supports qop of 'auth'");
674 digestResponse.append(",qop=");