Package org.xipki.ca.mgmt.db.port
Class OcspCertstore.Issuer
- java.lang.Object
-
- org.xipki.util.ValidatableConf
-
- org.xipki.ca.mgmt.db.port.OcspCertstore.Issuer
-
- Enclosing class:
- OcspCertstore
public static class OcspCertstore.Issuer extends org.xipki.util.ValidatableConf
-
-
Constructor Summary
Constructors Constructor Description Issuer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCertFile()IntegergetCrlId()intgetId()StringgetRevInfo()voidsetCertFile(String certFile)voidsetCrlId(Integer crlId)voidsetId(int id)voidsetRevInfo(String revInfo)voidvalidate()
-
-
-
Method Detail
-
validate
public void validate() throws org.xipki.util.exception.InvalidConfException- Specified by:
validatein classorg.xipki.util.ValidatableConf- Throws:
org.xipki.util.exception.InvalidConfException
-
getId
public int getId()
-
setId
public void setId(int id)
-
getCertFile
public String getCertFile()
-
setCertFile
public void setCertFile(String certFile)
-
getRevInfo
public String getRevInfo()
-
setRevInfo
public void setRevInfo(String revInfo)
-
getCrlId
public Integer getCrlId()
-
setCrlId
public void setCrlId(Integer crlId)
-
-