Class BrokerSSLConfig

java.lang.Object
COM.activesw.api.client.BrokerSSLConfig

public class BrokerSSLConfig extends Object
This class is a data structure used to describe a broker's SSL configuration.
  • Field Details

    • certificate_file

      public String certificate_file
      The certificate file.
    • password

      public String password
      The certificate file password. This value will be null for configurations retrieved from the broker so the password is not exposed on the network.
    • distinguished_name

      public String distinguished_name
      The distinguished name.
    • issuer_distinguished_name

      public String issuer_distinguished_name
      The issuer distinguished name (may be null).
  • Constructor Details

    • BrokerSSLConfig

      public BrokerSSLConfig()
      Create an empty SSL config object
    • BrokerSSLConfig

      public BrokerSSLConfig(String cert_file, String password, String dist_name, String issuer_dist_name)
      Create a SSL config with values set.
  • Method Details

    • toString

      public String toString()
      Convert to a string.
      Overrides:
      toString in class Object
    • toString

      public String toString(int indent_level)
      Convert to a string. The "indent_level" is the number of 4-space indents that the output should be generated for.