- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testReadSecurityBufferShort (0.13 sec)
-
src/test/java/jcifs/smb1/ntlmssp/NtlmMessageTest.java
assertArrayEquals(payload, extracted, "Payload should match original"); } @Test @DisplayName("readSecurityBuffer throws when array is too short") void testReadSecurityBufferShort() { byte[] a = new byte[] { 0x01 }; assertThrows(IndexOutOfBoundsException.class, () -\u003e NtlmMessage.readSecurityBuffer(a, 0)); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 6.8K bytes - Viewed (0)