public abstract class AbstractTrustAnchorStore extends 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(String location,
X509Certificate certificate,
boolean addSubject) |
long |
getUpdateInterval() |
void |
setUpdateInterval(long newInterval) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dispose, getTrustAnchors, getTrustedCertificates
protected final ObserversHandler observers
public AbstractTrustAnchorStore(long updateInterval, ObserversHandler observers)
public long getUpdateInterval()
getUpdateInterval
in interface TrustAnchorStore
public void setUpdateInterval(long newInterval)
setUpdateInterval
in interface TrustAnchorStore
protected void checkValidity(String location, X509Certificate certificate, boolean addSubject)
Copyright © 2012-2019 European Middleware Initiative. All Rights Reserved.