public class CrlDbCertStatusStore extends DbCertStatusStore
datasource| Constructor and Description |
|---|
CrlDbCertStatusStore() |
| Modifier and Type | Method and Description |
|---|---|
protected List<Runnable> |
getScheduledServices() |
void |
init(Map<String,? extends Object> sourceConf,
org.xipki.datasource.DataSourceWrapper datasource)
Initialize the store.
|
protected boolean |
isIgnoreExpiredCrls() |
protected boolean |
isInitialized() |
close, getCertHashAlgo, getCertStatus0, getIssuerCert, getIssuerStore, isHealthy, knowsIssuer, updateIssuerStoregetCertStatus, getMinNextUpdatePeriod, getName, getRetentionInterval, getUnknownCertBehaviour, getUpdateInterval, isIgnoreExpiredCert, isIgnoreNotYetValidCert, isIncludeArchiveCutoff, isIncludeCrlId, setIgnoreExpiredCert, setIgnoreNotYetValidCert, setIncludeArchiveCutoff, setIncludeCrlId, setMinNextUpdatePeriod, setName, setRetentionInterval, setUnknownCertBehaviour, setUpdateIntervalpublic void init(Map<String,? extends Object> sourceConf, org.xipki.datasource.DataSourceWrapper datasource) throws org.xipki.ocsp.api.OcspStoreException
init in class DbCertStatusStoresourceConf - the store source configuration. It contains following key-value pairs:
Directory of the CRL resources.
Number of SQL queries before next commit, default to be 1000.
Whether expired CRLs are ignored, default to true.
datasource - DataSource.org.xipki.ocsp.api.OcspStoreExceptionprotected boolean isIgnoreExpiredCrls()
isIgnoreExpiredCrls in class org.xipki.ocsp.api.OcspStoreprotected List<Runnable> getScheduledServices()
getScheduledServices in class DbCertStatusStoreprotected boolean isInitialized()
isInitialized in class DbCertStatusStoreCopyright © 2020. All rights reserved.