Package org.xipki.ca.mgmt.db.port
Class CaCertstore.CaHasPublisher
- java.lang.Object
-
- org.xipki.util.ValidatableConf
-
- org.xipki.ca.mgmt.db.port.CaCertstore.CaHasEntry
-
- org.xipki.ca.mgmt.db.port.CaCertstore.CaHasPublisher
-
- Enclosing class:
- CaCertstore
public static class CaCertstore.CaHasPublisher extends CaCertstore.CaHasEntry
-
-
Constructor Summary
Constructors Constructor Description CaHasPublisher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPublisherId()voidsetPublisherId(int publisherId)voidvalidate()-
Methods inherited from class org.xipki.ca.mgmt.db.port.CaCertstore.CaHasEntry
getCaId, setCaId
-
-
-
-
Method Detail
-
getPublisherId
public int getPublisherId()
-
setPublisherId
public void setPublisherId(int publisherId)
-
validate
public void validate() throws org.xipki.util.exception.InvalidConfException- Specified by:
validatein classorg.xipki.util.ValidatableConf- Throws:
org.xipki.util.exception.InvalidConfException
-
-