Package org.xipki.ca.gateway.est
Class EstProxyConf
- java.lang.Object
-
- org.xipki.ca.gateway.conf.ProtocolProxyConf
-
- org.xipki.ca.gateway.est.EstProxyConf
-
public class EstProxyConf extends org.xipki.ca.gateway.conf.ProtocolProxyConf- Since:
- 6.0.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description EstProxyConf()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EstProxyConfreadConfFromFile(String fileName)
-
-
-
Method Detail
-
readConfFromFile
public static EstProxyConf readConfFromFile(String fileName) throws IOException, org.xipki.util.exception.InvalidConfException
- Throws:
IOExceptionorg.xipki.util.exception.InvalidConfException
-
-