- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testE_blockSplitConsistency (0.13 sec)
-
src/test/java/jcifs/smb/NtlmUtilTest.java
verify(configuration, atLeastOnce()).getOemEncoding(); } @Test @DisplayName("E: splits 7-byte keys into 8-byte DES blocks and concatenates") void testE_blockSplitConsistency() throws ShortBufferException { // Arrange byte[] key14 = hex("01020304050607 11121314151617"); // two 7-byte chunks byte[] key7 = Arrays.copyOfRange(key14, 0, 7);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 12K bytes - Viewed (0)