Package org.xipki.ca.mgmt.db.port
Class CaCertstore.Ca
- java.lang.Object
-
- org.xipki.util.ValidableConf
-
- org.xipki.ca.mgmt.db.port.CaCertstore.IdName
-
- org.xipki.ca.mgmt.db.port.CaCertstore.Ca
-
- Enclosing class:
- CaCertstore
public static class CaCertstore.Ca extends CaCertstore.IdName
-
-
Constructor Summary
Constructors Constructor Description Ca()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getCert()StringgetRevInfo()voidsetCert(byte[] cert)voidsetRevInfo(String revInfo)voidvalidate()-
Methods inherited from class org.xipki.ca.mgmt.db.port.CaCertstore.IdName
getId, getName, setId, setName
-
-
-
-
Method Detail
-
getCert
public byte[] getCert()
-
setCert
public void setCert(byte[] cert)
-
getRevInfo
public String getRevInfo()
-
setRevInfo
public void setRevInfo(String revInfo)
-
validate
public void validate() throws org.xipki.util.exception.InvalidConfException- Overrides:
validatein classCaCertstore.IdName- Throws:
org.xipki.util.exception.InvalidConfException
-
-