Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testEncodeWithNullCiphers (0.14 seconds)

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

                assertEquals(2, buffer[4]); // AES128_GCM (little endian)
                assertEquals(0, buffer[5]);
            }
    
            @Test
            @DisplayName("Should encode with null ciphers")
            void testEncodeWithNullCiphers() {
                // Arrange
                context = new EncryptionNegotiateContext(mockConfig, null);
                byte[] buffer = new byte[100];
    
                // Act
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Thu Aug 14 07:14:38 GMT 2025
    - 19.4K bytes
    - Click Count (0)
Back to Top