Home
last modified time | relevance | path

Searched refs:nonce (Results 1 – 1 of 1) sorted by relevance

/unit/src/java/nginx/unit/websocket/
H A DDigestAuthenticator.java52 String nonce = wwwAuthenticate.get("nonce"); in getAuthorization() local
72 challenge.append("nonce=\"" + nonce + "\","); in getAuthorization()
77 realm, nonce, messageQop, algorithm) + "\","); in getAuthorization()
99 String realm, String nonce, String qop, String algorithm) in calculateRequestDigest() argument
109 A1 = encodeMD5(userName + ":" + realm + ":" + password) + ":" + nonce + ":" + cNonce; in calculateRequestDigest()
120 preDigest.append(nonce); in calculateRequestDigest()