Class OpenSSLConf
- java.lang.Object
-
- org.apache.tomcat.util.net.openssl.OpenSSLConf
-
- All Implemented Interfaces:
java.io.Serializable
public class OpenSSLConf extends java.lang.Object implements java.io.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)
java.util.List<OpenSSLConfCmd>
getCommands()
-
-
-
Method Detail
-
addCmd
public void addCmd(OpenSSLConfCmd cmd)
-
getCommands
public java.util.List<OpenSSLConfCmd> getCommands()
-
-