Searched refs:NTLM2 (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/security/ntlm/
H A DVersion.java29 NTLM, NTLM2, NTLMv2 enum constant in enum:Version
H A DClient.java59 * <li>NTLM2: NTLM v1 with Client Challenge
157 } else if (v == Version.NTLM2) {
H A DServer.java58 * <li>NTLM2: NTLM v1 with Client Challenge
61 * If null, all versions will be supported. Please note that unless NTLM2
158 if (!verified && (allVersion || v == Version.NTLM2)) {
166 debug("NTLM Server: verify using NTLM2: " + verified + "\n");
H A DNTLM.java71 case "NTLM2": v = NTLM2; writeLM = writeNTLM = true; break;
396 // NTLM2 LM/NTLM

Completed in 60 milliseconds