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

/openjdk7/jdk/src/share/classes/com/sun/security/sasl/digest/
H A DDigestMD5Client.java678 * that the client has sent in response to nonceValue.
679 * This is 1 the first time nonceValue is seen.
684 private static int getNonceCount(byte[] nonceValue) { argument
H A DDigestMD5Base.java481 byte[] nonceValue,
548 A1.write(nonceValue);
571 KD.write(nonceValue);
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 34 milliseconds