- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testSupportedHashAlgorithms (0.34 seconds)
-
src/test/java/jcifs/smb/PreauthIntegrityServiceTest.java
preauthService.validatePreauthIntegrity(sessionId, incorrectHash); }); } @Test @DisplayName("Test supported hash algorithms") public void testSupportedHashAlgorithms() { assertTrue(preauthService.isHashAlgorithmSupported(PreauthIntegrityService.HASH_ALGO_SHA512)); assertFalse(preauthService.isHashAlgorithmSupported(0xFF)); // Unsupported
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 11.1K bytes - Click Count (0)