Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testAvSingleHostCustomDataMachineIdConstructor_LongerInputs (0.23 seconds)

  1. src/test/java/jcifs/ntlmssp/av/AvSingleHostTest.java

        /**
         * Test with customData and machineId that are longer than 8 and 32 bytes respectively.
         * The constructor should only use the first 8/32 bytes.
         */
        @Test
        void testAvSingleHostCustomDataMachineIdConstructor_LongerInputs() {
            byte[] customData = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A }; // Longer than 8
            byte[] machineId = new byte[40]; // Longer than 32
    Created: 2026-04-05 00:10
    - Last Modified: 2025-08-14 05:31
    - 6.4K bytes
    - Click Count (0)
Back to Top