Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for testGetNTLM2Response (0.09 seconds)

  1. src/test/java/jcifs/smb1/smb1/NtlmPasswordAuthenticationTest.java

            assertNotNull(response);
            assertEquals(24, response.length);
        }
    
        // Test getNTLM2Response
        @Test
        void testGetNTLM2Response() {
            byte[] nTOWFv1 = NtlmPasswordAuthentication.nTOWFv1("password");
            byte[] serverChallenge = { 1, 2, 3, 4, 5, 6, 7, 8 };
            byte[] clientChallenge = { 9, 10, 11, 12, 13, 14, 15, 16 };
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 9.7K bytes
    - Click Count (0)
  2. src/test/java/jcifs/smb/NtlmUtilTest.java

    Shinsuke Sugaya <******@****.***> 1756533483 +0900
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 12K bytes
    - Click Count (1)
Back to Top