Package org.xipki.ca.mgmt.db.port
Class CaCertstore
- java.lang.Object
-
- org.xipki.util.ValidableConf
-
- org.xipki.ca.mgmt.db.port.CaCertstore
-
public class CaCertstore extends org.xipki.util.ValidableConfCA CertStore configuration.- Author:
- Lijun Liao (xipki)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCaCertstore.Castatic classCaCertstore.Certstatic classCaCertstore.Certsstatic classCaCertstore.Crlstatic classCaCertstore.Crlsstatic classCaCertstore.IdName
-
Constructor Summary
Constructors Constructor Description CaCertstore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CaCertstore.Ca>getCas()intgetCountCerts()intgetCountCrls()List<CaCertstore.IdName>getProfiles()List<CaCertstore.IdName>getRequestors()intgetVersion()voidsetCas(List<CaCertstore.Ca> cas)voidsetCountCerts(int countCerts)voidsetCountCrls(int countCrls)voidsetProfiles(List<CaCertstore.IdName> profiles)voidsetRequestors(List<CaCertstore.IdName> requestors)voidsetVersion(int version)voidvalidate()
-
-
-
Method Detail
-
getVersion
public int getVersion()
-
setVersion
public void setVersion(int version)
-
getCountCrls
public int getCountCrls()
-
setCountCrls
public void setCountCrls(int countCrls)
-
getCountCerts
public int getCountCerts()
-
setCountCerts
public void setCountCerts(int countCerts)
-
getCas
public List<CaCertstore.Ca> getCas()
-
setCas
public void setCas(List<CaCertstore.Ca> cas)
-
getRequestors
public List<CaCertstore.IdName> getRequestors()
-
setRequestors
public void setRequestors(List<CaCertstore.IdName> requestors)
-
getProfiles
public List<CaCertstore.IdName> getProfiles()
-
setProfiles
public void setProfiles(List<CaCertstore.IdName> profiles)
-
validate
public void validate() throws org.xipki.util.exception.InvalidConfException- Specified by:
validatein classorg.xipki.util.ValidableConf- Throws:
org.xipki.util.exception.InvalidConfException
-
-