public class OcspServerConf
extends org.xipki.util.ValidatableConf
| Modifier and Type | Class and Description |
|---|---|
static class |
OcspServerConf.CaCerts |
static class |
OcspServerConf.CertCollection |
static class |
OcspServerConf.CertpathValidation |
static class |
OcspServerConf.EmbedCertsMode |
static class |
OcspServerConf.Nonce |
static class |
OcspServerConf.RequestOption |
static class |
OcspServerConf.Responder |
static class |
OcspServerConf.ResponseCache |
static class |
OcspServerConf.ResponseOption |
static class |
OcspServerConf.Signer |
static class |
OcspServerConf.Source |
static class |
OcspServerConf.Store |
| Constructor and Description |
|---|
OcspServerConf() |
public static OcspServerConf readConfFromFile(String fileName) throws IOException, org.xipki.util.InvalidConfException
IOExceptionorg.xipki.util.InvalidConfExceptionpublic OcspServerConf.ResponseCache getResponseCache()
public void setResponseCache(OcspServerConf.ResponseCache responseCache)
public List<OcspServerConf.Responder> getResponders()
public void setResponders(List<OcspServerConf.Responder> responders)
public List<OcspServerConf.Signer> getSigners()
public void setSigners(List<OcspServerConf.Signer> signers)
public List<OcspServerConf.Store> getStores()
public void setStores(List<OcspServerConf.Store> stores)
public List<org.xipki.datasource.DataSourceConf> getDatasources()
public void setDatasources(List<org.xipki.datasource.DataSourceConf> datasources)
public List<OcspServerConf.RequestOption> getRequestOptions()
public void setRequestOptions(List<OcspServerConf.RequestOption> requestOptions)
public List<OcspServerConf.ResponseOption> getResponseOptions()
public void setResponseOptions(List<OcspServerConf.ResponseOption> responseOptions)
public boolean isMaster()
public void setMaster(boolean master)
public org.xipki.ocsp.api.CertStatusInfo.UnknownIssuerBehaviour getUnknownIssuerBehaviour()
public void setUnknownIssuerBehaviour(org.xipki.ocsp.api.CertStatusInfo.UnknownIssuerBehaviour unknownIssuerBehaviour)
public void validate()
throws org.xipki.util.InvalidConfException
validate in class org.xipki.util.ValidatableConforg.xipki.util.InvalidConfExceptionCopyright © 2020. All rights reserved.