Home
last modified time | relevance | path

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

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