- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testStoreNullSessionId (0.17 seconds)
-
src/test/java/jcifs/util/SecureKeyManagerTest.java
} @Test public void testStoreNullKey() { assertThrows(IllegalArgumentException.class, () -> keyManager.storeSessionKey("session", null, "AES")); } @Test public void testStoreNullSessionId() { assertThrows(IllegalArgumentException.class, () -> keyManager.storeSessionKey(null, testKey, "AES")); } @Test public void testUseAfterClose() { keyManager.close();Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 14.2K bytes - Click Count (0)