Home
last modified time | relevance | path

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

/unit/src/java/nginx/unit/websocket/
H A DDigestAuthenticator.java54 String algorithm = wwwAuthenticate.get("algorithm") == null ? "MD5" in getAuthorization() local
77 realm, nonce, messageQop, algorithm) + "\","); in getAuthorization()
85 challenge.append("algorithm=" + algorithm + ","); in getAuthorization()
99 String realm, String nonce, String qop, String algorithm) in calculateRequestDigest() argument
105 if (algorithm.equalsIgnoreCase("MD5")) in calculateRequestDigest()