- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testNtlmRequestAcceptResponse (0.15 seconds)
-
src/test/java/jcifs/ntlmssp/NtlmFlagsTest.java
void testNtlmRequestInitResponse() { assertEquals(0x00100000, NtlmFlags.NTLMSSP_REQUEST_INIT_RESPONSE, "NTLMSSP_REQUEST_INIT_RESPONSE should be 0x00100000"); } @Test void testNtlmRequestAcceptResponse() { assertEquals(0x00200000, NtlmFlags.NTLMSSP_REQUEST_ACCEPT_RESPONSE, "NTLMSSP_REQUEST_ACCEPT_RESPONSE should be 0x00200000"); } @Test void testNtlmRequestNonNtSessionKey() {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 4.9K bytes - Click Count (0)