Cumulus4j API
(1.2.0-SNAPSHOT)

org.cumulus4j.keymanager.front.shared
Class DateDependentKeyStrategyInitParam

java.lang.Object
  extended by org.cumulus4j.keymanager.front.shared.DateDependentKeyStrategyInitParam
All Implemented Interfaces:
Serializable

public class DateDependentKeyStrategyInitParam
extends Object
implements Serializable

Options controlling how org.cumulus4j.keymanager.DateDependentKeyStrategy.init(...) should behave.

Author:
Marco หงุ่ยตระกูล-Schulze - marco at nightlabs dot de
See Also:
Serialized Form

Constructor Summary
DateDependentKeyStrategyInitParam()
           
 
Method Summary
 long getKeyActivityPeriodMSec()
          Get the time (in millisec) how long each key should be valid.
 long getKeyStorePeriodMSec()
          How long (in millisec) should the key store have fresh, unused keys? This number divided by the keyActivityPeriodMSec determines, how many keys must be generated.
 void setKeyActivityPeriodMSec(long keyActivityPeriodMSec)
           
 void setKeyStorePeriodMSec(long keyStorePeriodMSec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateDependentKeyStrategyInitParam

public DateDependentKeyStrategyInitParam()
Method Detail

getKeyActivityPeriodMSec

public long getKeyActivityPeriodMSec()
Get the time (in millisec) how long each key should be valid. If < 1, the default value of 24 hours (= 86400000 msec) will be used.

Returns:
How long (in millisec) should each key be valid? A value < 1 means to use the default.

setKeyActivityPeriodMSec

public void setKeyActivityPeriodMSec(long keyActivityPeriodMSec)
Parameters:
keyActivityPeriodMSec - how long (in millisec) should each key be valid. If < 1, the default value of 24 hours (= 86400000 msec) will be used.

getKeyStorePeriodMSec

public long getKeyStorePeriodMSec()
How long (in millisec) should the key store have fresh, unused keys? This number divided by the keyActivityPeriodMSec determines, how many keys must be generated. If < 1, the default value of 50 years (50 * 365 days - ignoring leap years!) will be used.

Returns:
How long (in millisec) should the key store have fresh, unused keys? A value < 1 means to use the default.

setKeyStorePeriodMSec

public void setKeyStorePeriodMSec(long keyStorePeriodMSec)
Parameters:
keyStorePeriodMSec - how long should the key store have fresh, unused keys. This number divided by the keyActivityPeriodMSec determines, how many keys must be generated. If < 1, the default value of 50 years (50 * 365 days - ignoring leap years!) will be used.

Cumulus4j API
(1.2.0-SNAPSHOT)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.