Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testAvSingleHostCustomDataMachineIdConstructor_LongerInputs (0.8 sec)

  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
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 6.4K bytes
    - Viewed (0)
Back to top