Class OpenSSLConf
- java.lang.Object
-
- org.apache.tomcat.util.net.openssl.OpenSSLConf
-
- All Implemented Interfaces:
Serializable
public class OpenSSLConf extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenSSLConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCmd(OpenSSLConfCmd cmd)
List<OpenSSLConfCmd>
getCommands()
-
-
-
Method Detail
-
addCmd
public void addCmd(OpenSSLConfCmd cmd)
-
getCommands
public List<OpenSSLConfCmd> getCommands()
-
-