- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for oemDomainName (1.63 sec)
-
src/main/java/jcifs/smb1/smb1/SmbComNegotiateResponse.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 6K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/SmbComNegotiateResponseTest.java
assertEquals(14, bytesRead); // 8 bytes key + 6 bytes domain name assertArrayEquals(encryptionKey, serverData.encryptionKey); assertEquals("DOMAIN", serverData.oemDomainName); } @Test void testReadBytesWireFormat_NoExtendedSecurity_Unicode() throws UnsupportedEncodingException { // Setup server data for this scenario
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/ServerData.java
*/ public int sessKey; /** * Server capabilities bitmap. */ public int scapabilities; /** * OEM domain name of the server. */ public String oemDomainName; /** * Security mode flags. */ public int securityMode; /** * Security settings for the session. */ public int security; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.9K bytes - Viewed (0)