Package COM.activesw.api.client
Class BrokerSSLConfig
java.lang.Object
COM.activesw.api.client.BrokerSSLConfig
This class is a data structure used to describe a broker's SSL configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe certificate file.The distinguished name.The issuer distinguished name (may be null).The certificate file password. -
Constructor Summary
ConstructorsConstructorDescriptionCreate an empty SSL config objectBrokerSSLConfig
(String cert_file, String password, String dist_name, String issuer_dist_name) Create a SSL config with values set. -
Method Summary
-
Field Details
-
certificate_file
The certificate file. -
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
The distinguished name. -
issuer_distinguished_name
The issuer distinguished name (may be null).
-
-
Constructor Details
-
Method Details