- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testEngineGetDigestLength (0.25 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/jcifs/smb1/util/HMACT64Test.java
hmac.engineReset(); // After reset, should be able to digest again byte[] result = hmac.engineDigest(); assertNotNull(result); } @Test void testEngineGetDigestLength() { // Test engineGetDigestLength() HMACT64 hmac = new HMACT64(TEST_KEY); // MD5 digest length is 16 bytes assertEquals(16, hmac.engineGetDigestLength()); } @Test
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 10.1K bytes - Click Count (0)