Searched refs:DIGEST_NONCE (Results 1 – 1 of 1) sorted by relevance
44 private static final String DIGEST_NONCE = "nonce"; field in DigestMd5Utils77 nonce = challenge.get(DIGEST_NONCE); in Data()113 .appendQuoted(DIGEST_NONCE, nonce) in createResponse()223 if (!result.containsKey(DIGEST_NONCE)) { in parseDigestMessage()