- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testAvSingleHostCustomDataMachineIdConstructor_ShorterInputs (0.95 sec)
-
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)