|
Cumulus4j API (1.2.0) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.cumulus4j.keystore.DateDependentKeyStrategy.ActiveKey
public static final class DateDependentKeyStrategy.ActiveKey
Descriptor of the active key.
Method Summary | |
---|---|
Date |
getActiveFromIncl()
Get the timestamp from which on the key is active (including). |
Date |
getActiveToExcl()
Get the timestamp until which the key is active (excluding). |
long |
getKeyID()
Get the key's identifier. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public long getKeyID()
public Date getActiveFromIncl()
Get the timestamp from which on the key is active (including).
This timestamp is extrapolated (if necessary) according to the timestamp given to
DateDependentKeyStrategy.getActiveKey(String, char[], Date)
. Please see
the documentation of getActiveToExcl()
for more details about this extrapolation.
public Date getActiveToExcl()
Get the timestamp until which the key is active (excluding).
This is always after (never before, never equal to) the timestamp given
to DateDependentKeyStrategy.getActiveKey(String, char[], Date)
,
even if there is no key with this validity in the key-store, because the key-store is extrapolated if necessary
(in an eternal cycle).
For example, if the key-store was generated with daily (24 h) key-rotation and keys for the time range from 2011-01-01 00:00 [including] until 2011-04-01 00:00 [excluding] and the given timestamp is 2011-05-01 23:45, the active key will be exactly the same as it was 2011-02-01 23:45. Though this key originally was valid only till 2011-02-02 00:00 [excluding], the result of this method would now be 2011-05-02 00:00.
|
Cumulus4j API (1.2.0) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |