Class CaCertstore


  • public class CaCertstore
    extends org.xipki.util.ValidatableConf
    CA CertStore configuration.
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • CaCertstore

        public CaCertstore()
    • 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)
      • validate

        public void validate()
                      throws org.xipki.util.exception.InvalidConfException
        Specified by:
        validate in class org.xipki.util.ValidatableConf
        Throws:
        org.xipki.util.exception.InvalidConfException