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 SummaryConstructors Constructor Description OpenSSLConf()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCmd(OpenSSLConfCmd cmd)java.util.List<OpenSSLConfCmd>getCommands()
 
- 
- 
- 
Method Detail- 
addCmdpublic void addCmd(OpenSSLConfCmd cmd) 
 - 
getCommandspublic java.util.List<OpenSSLConfCmd> getCommands() 
 
- 
 
-