Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testAES256CipherConstants (0.53 sec)

  1. src/test/java/jcifs/internal/smb2/Smb2EncryptionContextTest.java

            }
            assertTrue(hasNonZeroPadding, "Secure nonce should have random bytes in padding area");
        }
    
        @Test
        @DisplayName("Should support AES-256 cipher constants")
        void testAES256CipherConstants() {
            // Verify AES-256 constants are defined
            assertEquals(0x0003, Smb2EncryptionContext.CIPHER_AES_256_CCM, "AES-256-CCM constant should be defined");
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 44.1K bytes
    - Viewed (0)
Back to top