Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testEncodeSaltOnly (0.1 seconds)

  1. src/test/java/jcifs/internal/smb2/nego/PreauthIntegrityNegotiateContextTest.java

                assertEquals(0x02, SMBUtil.readInt2(buffer, 6));
            }
    
            @Test
            @DisplayName("Should encode salt only (no hash algorithms)")
            void testEncodeSaltOnly() {
                byte[] salt = { 0x0A, 0x0B, 0x0C };
                PreauthIntegrityNegotiateContext context = new PreauthIntegrityNegotiateContext(mockConfig, null, salt);
    
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 34K bytes
    - Click Count (0)
Back to Top