public static class CmpClientConf.Ca
extends org.xipki.util.ValidatableConf
| Constructor and Description |
|---|
Ca() |
| Modifier and Type | Method and Description |
|---|---|
CmpClientConf.CaCertchain |
getCaCertchain() |
CmpClientConf.Certprofiles |
getCertprofiles() |
CmpClientConf.Cmpcontrol |
getCmpcontrol() |
String |
getHealthUrl() |
String |
getName() |
String |
getRequestor() |
String |
getResponder() |
String |
getSsl() |
String |
getUrl() |
void |
setCaCertchain(CmpClientConf.CaCertchain caCertchain) |
void |
setCertprofiles(CmpClientConf.Certprofiles certprofiles) |
void |
setCmpcontrol(CmpClientConf.Cmpcontrol cmpcontrol) |
void |
setHealthUrl(String healthUrl) |
void |
setName(String name) |
void |
setRequestor(String requestor) |
void |
setResponder(String responder) |
void |
setSsl(String ssl) |
void |
setUrl(String url) |
void |
validate() |
public String getName()
public void setName(String name)
public String getUrl()
public void setUrl(String url)
public String getHealthUrl()
public void setHealthUrl(String healthUrl)
public String getSsl()
public void setSsl(String ssl)
public String getRequestor()
public void setRequestor(String requestor)
public String getResponder()
public void setResponder(String responder)
public CmpClientConf.Cmpcontrol getCmpcontrol()
public void setCmpcontrol(CmpClientConf.Cmpcontrol cmpcontrol)
public CmpClientConf.CaCertchain getCaCertchain()
public void setCaCertchain(CmpClientConf.CaCertchain caCertchain)
public CmpClientConf.Certprofiles getCertprofiles()
public void setCertprofiles(CmpClientConf.Certprofiles certprofiles)
public void validate()
throws org.xipki.util.InvalidConfException
validate in class org.xipki.util.ValidatableConforg.xipki.util.InvalidConfExceptionCopyright © 2019. All rights reserved.