Package org.xipki.ca.mgmt.db.port
Class OcspCertstore
- java.lang.Object
-
- org.xipki.util.ValidatableConf
-
- org.xipki.ca.mgmt.db.port.OcspCertstore
-
public class OcspCertstore extends org.xipki.util.ValidatableConfOCSP CertStore.- Author:
- Lijun Liao (xipki)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOcspCertstore.Certstatic classOcspCertstore.Certsstatic classOcspCertstore.CrlInfostatic classOcspCertstore.Issuer
-
Constructor Summary
Constructors Constructor Description OcspCertstore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCerthashAlgo()intgetCountCerts()List<OcspCertstore.CrlInfo>getCrlInfos()List<OcspCertstore.Issuer>getIssuers()intgetVersion()voidsetCerthashAlgo(String certhashAlgo)voidsetCountCerts(int countCerts)voidsetCrlInfos(List<OcspCertstore.CrlInfo> crlInfos)voidsetIssuers(List<OcspCertstore.Issuer> issuers)voidsetVersion(int version)voidvalidate()
-
-
-
Method Detail
-
getVersion
public int getVersion()
-
setVersion
public void setVersion(int version)
-
getCountCerts
public int getCountCerts()
-
setCountCerts
public void setCountCerts(int countCerts)
-
getCerthashAlgo
public String getCerthashAlgo()
-
setCerthashAlgo
public void setCerthashAlgo(String certhashAlgo)
-
getIssuers
public List<OcspCertstore.Issuer> getIssuers()
-
setIssuers
public void setIssuers(List<OcspCertstore.Issuer> issuers)
-
getCrlInfos
public List<OcspCertstore.CrlInfo> getCrlInfos()
-
setCrlInfos
public void setCrlInfos(List<OcspCertstore.CrlInfo> crlInfos)
-
validate
public void validate() throws org.xipki.util.exception.InvalidConfException- Specified by:
validatein classorg.xipki.util.ValidatableConf- Throws:
org.xipki.util.exception.InvalidConfException
-
-