- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testAvSingleHostCustomDataMachineIdConstructor_LongerInputs (1.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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 32Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 6.4K bytes - Click Count (0)