- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testParsingType2Target (0.11 sec)
-
src/test/java/jcifs/tests/NtlmTest.java
if ( parsed.getFlag(NtlmFlags.NTLMSSP_NEGOTIATE_OEM_WORKSTATION_SUPPLIED) ) { assertEquals(suppliedWorkstation, parsed.getSuppliedWorkstation()); } } @Test public void testParsingType2Target () throws IOException { int flags = NtlmFlags.NTLMSSP_REQUEST_TARGET; String target = "TARGET"; byte[] challenge = new byte[] { 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8 };
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Dec 16 10:38:43 UTC 2018 - 4.8K bytes - Viewed (0)