Class OpenSSLConf
java.lang.Object
org.apache.tomcat.util.net.openssl.OpenSSLConf
- All Implemented Interfaces:
Serializable
Represents an OpenSSL configuration containing a list of commands.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCmd(OpenSSLConfCmd cmd) Adds a command to this configuration.Returns the list of commands in this configuration.
-
Constructor Details
-
OpenSSLConf
public OpenSSLConf()Constructs a new OpenSSLConf.
-
-
Method Details
-
addCmd
Adds a command to this configuration.- Parameters:
cmd- The command to add
-
getCommands
Returns the list of commands in this configuration.- Returns:
- The list of commands
-