Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testKeyAge (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

            assertFalse(keyManager.hasSessionKey(sessionId + ".v0"), "Version 0 should be removed");
        }
    
        @Test
        public void testKeyAge() throws InterruptedException {
            String sessionId = "age-test";
            keyManager.storeSessionKey(sessionId, testKey, "AES");
    
            long initialAge = keyManager.getKeyAge(sessionId);
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 14.2K bytes
    - Click Count (0)
Back to Top