Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testParsingType3 (0.09 sec)

  1. src/test/java/jcifs/tests/NtlmTest.java

            assertArrayEquals(challenge, parsed.getChallenge());
            assertNull(parsed.getTarget());
            assertArrayEquals(ti, parsed.getTargetInformation());
        }
    
    
        @Test
        public void testParsingType3 () throws IOException {
    
            int flags = 0;
            byte[] lmResponse = new byte[] {
                0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8, 0x9, 0xA, 0xB, 0xC, 0xD, 0xE, 0xF
            };
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Dec 16 10:38:43 UTC 2018
    - 4.8K bytes
    - Viewed (0)
Back to top