Package org.xipki.ca.gateway.conf
Class CaProfileConf
- java.lang.Object
-
- org.xipki.ca.gateway.conf.CaProfileConf
-
public class CaProfileConf extends Object
Gateway's CA-Profile Map.- Since:
- 6.4.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description CaProfileConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCa()StringgetCertprofile()StringgetName()voidsetCa(String ca)voidsetCertprofile(String certprofile)voidsetName(String name)voidvalidate()
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getCa
public String getCa()
-
setCa
public void setCa(String ca)
-
getCertprofile
public String getCertprofile()
-
setCertprofile
public void setCertprofile(String certprofile)
-
validate
public void validate() throws org.xipki.util.exception.InvalidConfException- Throws:
org.xipki.util.exception.InvalidConfException
-
-