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.SerializableRepresents an OpenSSL configuration containing a list of commands.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenSSLConf()Constructs a new OpenSSLConf.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCmd(OpenSSLConfCmd cmd)Adds a command to this configuration.java.util.List<OpenSSLConfCmd>getCommands()Returns the list of commands in this configuration.
-
-
-
Method Detail
-
addCmd
public void addCmd(OpenSSLConfCmd cmd)
Adds a command to this configuration.- Parameters:
cmd- The command to add
-
getCommands
public java.util.List<OpenSSLConfCmd> getCommands()
Returns the list of commands in this configuration.- Returns:
- The list of commands
-
-