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

/openjdk7/jdk/src/share/classes/com/sun/security/sasl/digest/
H A DDigestMD5Client.java134 private int nonceCount; // number of times nonce has been used/seen field in class:DigestMD5Client
593 nonceCount = getNonceCount(nonce);
595 nonceCountToHex(nonceCount) + ",").getBytes(encoding));
612 nonceCount, authzidBytes));
661 passwd, nonce, cnonce, nonceCount, authzidBytes);
H A DDigestMD5Server.java674 byte[] cnonce, int nonceCount, byte[] authzidBytes) throws SaslException {
681 passwd, nonce, cnonce, nonceCount, authzidBytes);
673 generateResponseAuth(String username, char[] passwd, byte[] cnonce, int nonceCount, byte[] authzidBytes) argument
H A DDigestMD5Base.java483 int nonceCount,
573 KD.write(nonceCountToHex(nonceCount).getBytes(encoding));
598 * Takes 'nonceCount' value and returns HEX value of the value.
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 29 milliseconds