Class OpenSSLConf

  • All Implemented Interfaces:
    java.io.Serializable

    public class OpenSSLConf
    extends java.lang.Object
    implements java.io.Serializable
    Represents 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
      void addCmd​(OpenSSLConfCmd cmd)
      Adds a command to this configuration.
      java.util.List<OpenSSLConfCmd> getCommands()
      Returns the list of commands in this configuration.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OpenSSLConf

        public OpenSSLConf()
        Constructs a new OpenSSLConf.
    • 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