public class CaCertstore
extends org.xipki.util.ValidatableConf
| Modifier and Type | Class and Description |
|---|---|
static class |
CaCertstore.Ca |
static class |
CaCertstore.Caalias |
static class |
CaCertstore.Caconf |
static class |
CaCertstore.CaHasEntry |
static class |
CaCertstore.CaHasProfile |
static class |
CaCertstore.CaHasPublisher |
static class |
CaCertstore.CaHasRequestor |
static class |
CaCertstore.Cert |
static class |
CaCertstore.Certs |
static class |
CaCertstore.Crl |
static class |
CaCertstore.Crls |
static class |
CaCertstore.DbSchemaEntry |
static class |
CaCertstore.IdNameTypeConf |
static class |
CaCertstore.NameTypeConf |
static class |
CaCertstore.Signer |
static class |
CaCertstore.ToPublish |
| Constructor and Description |
|---|
CaCertstore() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCountCerts() |
int |
getCountCrls() |
List<CaCertstore.ToPublish> |
getPublishQueue() |
int |
getVersion() |
void |
setCountCerts(int countCerts) |
void |
setCountCrls(int countCrls) |
void |
setPublishQueue(List<CaCertstore.ToPublish> publishQueue) |
void |
setVersion(int version) |
void |
validate() |
public int getVersion()
public void setVersion(int version)
public int getCountCrls()
public void setCountCrls(int countCrls)
public int getCountCerts()
public void setCountCerts(int countCerts)
public List<CaCertstore.ToPublish> getPublishQueue()
public void setPublishQueue(List<CaCertstore.ToPublish> publishQueue)
public void validate()
throws org.xipki.util.exception.InvalidConfException
validate in class org.xipki.util.ValidatableConforg.xipki.util.exception.InvalidConfExceptionCopyright © 2023. All rights reserved.