Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testAvSingleHostCustomDataMachineIdConstructor_ShorterInputs (0.95 sec)

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

         * Test with customData and machineId that are not exactly 8 and 32 bytes respectively.
         * The constructor requires exact sizes, so we need to pad them manually.
         */
        @Test
        void testAvSingleHostCustomDataMachineIdConstructor_ShorterInputs() {
            // Prepare padded arrays
            byte[] customData = new byte[8];
            customData[0] = 0x01;
            customData[1] = 0x02;
    
            byte[] machineId = new byte[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