public abstract class AbstractTrustAnchorStore extends java.lang.Object implements TrustAnchorStore
| Modifier and Type | Field and Description |
|---|---|
protected ObserversHandler |
observers |
| Constructor and Description |
|---|
AbstractTrustAnchorStore(long updateInterval,
ObserversHandler observers) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkValidity(java.lang.String location,
java.security.cert.X509Certificate certificate,
boolean addSubject) |
long |
getUpdateInterval() |
void |
setUpdateInterval(long newInterval) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdispose, getTrustAnchors, getTrustedCertificatesprotected final ObserversHandler observers
public AbstractTrustAnchorStore(long updateInterval,
ObserversHandler observers)
public long getUpdateInterval()
getUpdateInterval in interface TrustAnchorStorepublic void setUpdateInterval(long newInterval)
setUpdateInterval in interface TrustAnchorStoreprotected void checkValidity(java.lang.String location,
java.security.cert.X509Certificate certificate,
boolean addSubject)