public class CmpClientConf
extends org.xipki.util.ValidatableConf
| Modifier and Type | Class and Description |
|---|---|
static class |
CmpClientConf.Responder |
| Constructor and Description |
|---|
CmpClientConf() |
| Modifier and Type | Method and Description |
|---|---|
CmpClientConf.Responder |
getResponder() |
org.xipki.util.http.SslConf |
getSsl() |
boolean |
isSendRequestorCert() |
void |
setResponder(CmpClientConf.Responder responder) |
void |
setSendRequestorCert(boolean sendRequestorCert) |
void |
setSsl(org.xipki.util.http.SslConf ssl) |
void |
validate() |
public boolean isSendRequestorCert()
public void setSendRequestorCert(boolean sendRequestorCert)
public CmpClientConf.Responder getResponder()
public void setResponder(CmpClientConf.Responder responder)
public org.xipki.util.http.SslConf getSsl()
public void setSsl(org.xipki.util.http.SslConf ssl)
public void validate()
throws org.xipki.util.exception.InvalidConfException
validate in class org.xipki.util.ValidatableConforg.xipki.util.exception.InvalidConfExceptionCopyright © 2023. All rights reserved.