Package org.xipki.ca.gateway.scep
Class ScepProxyConf
- java.lang.Object
-
- org.xipki.ca.gateway.conf.ProtocolProxyConf
-
- org.xipki.ca.gateway.scep.ScepProxyConf
-
public class ScepProxyConf extends org.xipki.ca.gateway.conf.ProtocolProxyConf- Since:
- 6.0.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description ScepProxyConf()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ScepControlgetScep()static ScepProxyConfreadConfFromFile(String fileName)voidsetScep(ScepControl scep)voidvalidate()
-
-
-
Method Detail
-
readConfFromFile
public static ScepProxyConf readConfFromFile(String fileName) throws IOException, org.xipki.util.exception.InvalidConfException
- Throws:
IOExceptionorg.xipki.util.exception.InvalidConfException
-
getScep
public ScepControl getScep()
-
setScep
public void setScep(ScepControl scep)
-
validate
public void validate() throws org.xipki.util.exception.InvalidConfException- Overrides:
validatein classorg.xipki.ca.gateway.conf.ProtocolProxyConf- Throws:
org.xipki.util.exception.InvalidConfException
-
-