public class OcspCertstore
extends org.xipki.util.ValidatableConf
| Modifier and Type | Class and Description |
|---|---|
static class |
OcspCertstore.Cert |
static class |
OcspCertstore.Certs |
static class |
OcspCertstore.CrlInfo |
static class |
OcspCertstore.Issuer |
| Constructor and Description |
|---|
OcspCertstore() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCerthashAlgo() |
int |
getCountCerts() |
List<OcspCertstore.CrlInfo> |
getCrlInfos() |
List<OcspCertstore.Issuer> |
getIssuers() |
int |
getVersion() |
void |
setCerthashAlgo(String certhashAlgo) |
void |
setCountCerts(int countCerts) |
void |
setCrlInfos(List<OcspCertstore.CrlInfo> crlInfos) |
void |
setIssuers(List<OcspCertstore.Issuer> issuers) |
void |
setVersion(int version) |
void |
validate() |
public int getVersion()
public void setVersion(int version)
public int getCountCerts()
public void setCountCerts(int countCerts)
public String getCerthashAlgo()
public void setCerthashAlgo(String certhashAlgo)
public List<OcspCertstore.Issuer> getIssuers()
public void setIssuers(List<OcspCertstore.Issuer> issuers)
public List<OcspCertstore.CrlInfo> getCrlInfos()
public void setCrlInfos(List<OcspCertstore.CrlInfo> crlInfos)
public void validate()
throws org.xipki.util.InvalidConfException
validate in class org.xipki.util.ValidatableConforg.xipki.util.InvalidConfExceptionCopyright © 2019. All rights reserved.