Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rotateExpiredKeys (0.06 sec)

  1. 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)
Back to top