- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for rotateExpiredKeys (0.34 sec)
-
src/main/java/jcifs/util/SecureKeyManager.java
rotationTask.cancel(false); } // Schedule new rotation task if (intervalMillis > 0) { rotationTask = rotationScheduler.scheduleWithFixedDelay(this::rotateExpiredKeys, intervalMillis, intervalMillis, java.util.concurrent.TimeUnit.MILLISECONDS); log.info("Key rotation configured with interval: {} ms", intervalMillis); } } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 21.5K bytes - Viewed (0)