Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testE_blockSplitConsistency (0.13 sec)

  1. 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)
Back to top