Class CaCertstore.Crl

    • Constructor Summary

      Constructors 
      Constructor Description
      Crl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getCaId()  
      java.lang.String getCrlNo()  
      java.lang.Integer getCrlScope()  
      java.lang.String getFile()  
      void setCaId​(java.lang.Integer caId)  
      void setCrlNo​(java.lang.String crlNo)  
      void setCrlScope​(java.lang.Integer crlScope)  
      void setFile​(java.lang.String file)  
      void validate()  
      • Methods inherited from class org.xipki.util.ValidatableConf

        _null, exactOne, notBlank, notEmpty, notNull, validate, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Crl

        public Crl()
    • Method Detail

      • getCaId

        public java.lang.Integer getCaId()
      • setCaId

        public void setCaId​(java.lang.Integer caId)
      • getCrlNo

        public java.lang.String getCrlNo()
      • setCrlNo

        public void setCrlNo​(java.lang.String crlNo)
      • getCrlScope

        public java.lang.Integer getCrlScope()
      • setCrlScope

        public void setCrlScope​(java.lang.Integer crlScope)
      • getFile

        public java.lang.String getFile()
      • setFile

        public void setFile​(java.lang.String file)
      • validate

        public void validate()
                      throws org.xipki.util.exception.InvalidConfException
        Overrides:
        validate in class IdentifiedDbObject
        Throws:
        org.xipki.util.exception.InvalidConfException