Package org.xipki.ca.mgmt.db.port
Class CaCertstore.Crls
- java.lang.Object
-
- org.xipki.util.ValidatableConf
-
- org.xipki.ca.mgmt.db.port.CaCertstore.Crls
-
- Enclosing class:
- CaCertstore
public static class CaCertstore.Crls extends org.xipki.util.ValidatableConf
-
-
Constructor Summary
Constructors Constructor Description Crls()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(CaCertstore.Crl crl)List<CaCertstore.Crl>getCrls()voidsetCrls(List<CaCertstore.Crl> crls)voidvalidate()
-
-
-
Method Detail
-
getCrls
public List<CaCertstore.Crl> getCrls()
-
setCrls
public void setCrls(List<CaCertstore.Crl> crls)
-
add
public void add(CaCertstore.Crl crl)
-
validate
public void validate() throws org.xipki.util.exception.InvalidConfException- Specified by:
validatein classorg.xipki.util.ValidatableConf- Throws:
org.xipki.util.exception.InvalidConfException
-
-