Package org.xipki.cmp.client
Class CmpClientConf
- java.lang.Object
-
- org.xipki.util.ValidableConf
-
- org.xipki.cmp.client.CmpClientConf
-
public class CmpClientConf extends org.xipki.util.ValidableConfConfiguration of CMP client.- Author:
- Lijun Liao (xipki)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCmpClientConf.Responder
-
Constructor Summary
Constructors Constructor Description CmpClientConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CmpClientConf.RespondergetResponder()org.xipki.util.http.SslConfgetSsl()booleanisSendRequestorCert()voidsetResponder(CmpClientConf.Responder responder)voidsetSendRequestorCert(boolean sendRequestorCert)voidsetSsl(org.xipki.util.http.SslConf ssl)voidvalidate()
-
-
-
Method Detail
-
isSendRequestorCert
public boolean isSendRequestorCert()
-
setSendRequestorCert
public void setSendRequestorCert(boolean sendRequestorCert)
-
getResponder
public CmpClientConf.Responder getResponder()
-
setResponder
public void setResponder(CmpClientConf.Responder responder)
-
getSsl
public org.xipki.util.http.SslConf getSsl()
-
setSsl
public void setSsl(org.xipki.util.http.SslConf ssl)
-
validate
public void validate() throws org.xipki.util.exception.InvalidConfException- Specified by:
validatein classorg.xipki.util.ValidableConf- Throws:
org.xipki.util.exception.InvalidConfException
-
-