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