Searched defs:qopValue (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/security/sasl/digest/
H A DDigestMD5Base.java477 String qopValue,
500 if (qopValue.equals("auth-conf") ||
501 qopValue.equals("auth-int")) {
503 logger.log(Level.FINE, "DIGEST04:QOP: {0}", qopValue);
577 KD.write(qopValue.getBytes(encoding));
474 generateResponseValue( String authMethod, String digestUriValue, String qopValue, String usernameValue, String realmValue, char[] passwdValue, byte[] nonceValue, byte[] cNonceValue, int nonceCount, byte[] authzidValue ) argument

Completed in 33 milliseconds