Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testParsingType2TargetInformation (0.14 sec)

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

            assertArrayEquals(challenge, parsed.getChallenge());
            assertNull(parsed.getTarget());
            assertNull(parsed.getTargetInformation());
        }
    
    
        @Test
        public void testParsingType2TargetInformation () throws IOException {
            int flags = 0;
            byte[] challenge = new byte[] {
                0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8
            };
    
            byte[] ti = new byte[] {
    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