public abstract class TimedTrustAnchorStoreBase extends AbstractTrustAnchorStore
| Modifier and Type | Class and Description |
|---|---|
private static class |
TimedTrustAnchorStoreBase.AsyncTrustAnchorsUpdateTask
Important: static nested class, weak reference to the wrapper.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Timer |
timer |
observers| Constructor and Description |
|---|
TimedTrustAnchorStoreBase(java.util.Timer timer,
long updateInterval,
ObserversHandler observers) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
After calling this method no notification will be produced and subsequent
updates won't be scheduled.
|
protected void |
scheduleUpdate() |
void |
setUpdateInterval(long newInterval) |
abstract void |
update()
implementation should update the contents of the trust anchor store.
|
checkValidity, getUpdateIntervalclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTrustAnchors, getTrustedCertificatespublic TimedTrustAnchorStoreBase(java.util.Timer timer,
long updateInterval,
ObserversHandler observers)
public void setUpdateInterval(long newInterval)
setUpdateInterval in interface TrustAnchorStoresetUpdateInterval in class AbstractTrustAnchorStoreprotected void scheduleUpdate()
public abstract void update()
public void dispose()