- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for LARGEDC (1.85 sec)
-
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)
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 6K bytes - Viewed (0)