Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for configureKeyRotation (4.8 sec)

  1. src/main/java/jcifs/util/SecureKeyManager.java

        /**
         * Configure key rotation interval
         *
         * @param intervalMillis rotation interval in milliseconds
         */
        public void configureKeyRotation(long intervalMillis) {
            this.keyRotationIntervalMillis = intervalMillis;
    
            // Cancel existing rotation task if any
            if (rotationTask != null) {
                rotationTask.cancel(false);
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 21.5K bytes
    - Viewed (0)
Back to top