public abstract class AbstractTrustAnchorStore extends java.lang.Object implements TrustAnchorStore
Modifier and Type | Field and Description |
---|---|
protected ObserversHandler |
observers |
private long |
updateInterval |
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() |
private static java.lang.StringBuilder |
prepErrorMsgPfx(java.security.cert.X509Certificate certificate,
boolean addSubject) |
void |
setUpdateInterval(long newInterval) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dispose, getTrustAnchors, getTrustedCertificates
protected final ObserversHandler observers
private long updateInterval
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(java.lang.String location, java.security.cert.X509Certificate certificate, boolean addSubject)
private static java.lang.StringBuilder prepErrorMsgPfx(java.security.cert.X509Certificate certificate, boolean addSubject)