Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testHMACT64WithActualMD5 (2.88 sec)

  1. src/test/java/jcifs/util/HMACT64Test.java

                assertThrows(IllegalStateException.class, originalHmac::clone);
            }
        }
    
        // Integration test with actual MD5 to verify HMAC calculation logic
        @Test
        void testHMACT64WithActualMD5() throws NoSuchAlgorithmException {
            // This test uses a real MD5 instance to verify the HMAC calculation logic
            // HMACT64 is a modified HMAC-MD5 where the key is truncated at 64 bytes
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 14.6K bytes
    - Viewed (0)
Back to top