- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for LARGEDC (1.22 seconds)
-
src/test/java/jcifs/smb1/smb1/NtlmChallengeTest.java
when(dc.toString()).thenReturn("LARGEDC"); NtlmChallenge nc = new NtlmChallenge(challenge, dc); String result = nc.toString(); // Should contain hex representation of 0-15 assertTrue(result.contains("0x")); assertTrue(result.contains("dc=LARGEDC")); // The hex string should be 32 chars long (16 bytes * 2)
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 6K bytes - Click Count (0)