Class OpenSSLConf

java.lang.Object
org.apache.tomcat.util.net.openssl.OpenSSLConf
All Implemented Interfaces:
Serializable

public class OpenSSLConf extends Object implements Serializable
Represents an OpenSSL configuration containing a list of commands.
See Also:
  • Constructor Details

    • OpenSSLConf

      public OpenSSLConf()
      Constructs a new OpenSSLConf.
  • Method Details

    • addCmd

      public void addCmd(OpenSSLConfCmd cmd)
      Adds a command to this configuration.
      Parameters:
      cmd - The command to add
    • getCommands

      public List<OpenSSLConfCmd> getCommands()
      Returns the list of commands in this configuration.
      Returns:
      The list of commands