TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

SSLParams Fields

The fields of the SSLParams class are listed below. For a complete list of SSLParams class members, see the SSLParams Members topic.

Public Static Fields

SSL_AUTH_ONLY_PARAM Boolean parameter indicating whether or not SSL is used only for authentication.
SSL_CIPHERS_PARAM String parmeter for the SSL ciphers.
SSL_CRL_PATH_PARAM String parmeter for the SSL CRL path.
SSL_CRL_UPDATE_IVL_PARAM Long parameter for the SSL CRL update interval, in hours.
SSL_EGD_PARAM String parmeter for the path to the installed Enthropy Gathering Daemon.
SSL_EXPECTED_HOSTNAME_PARAM String parameter for the expeted hostname of the server.
SSL_IDENTITY_PARAM String parameter for the filename of the identity file.
SSL_ISSUERS_PARAM List parameter for the list of SSL certificate filenames used to issue client certificates.
SSL_PASSWORD_PARAM String parmeter for the SSL password (routes only).
SSL_PRIVATE_KEY_PARAM String parameter for the filename of the private key file.
SSL_RENEG_INTERVAL_PARAM Long parameter for the SSL renogotion interval, in seconds.
SSL_RENEG_SIZE_PARAM Long parameter for the SSL renogotion size, in bytes.
SSL_TRUSTED_PARAM List parameter for the List of trusted certificates.
SSL_VENDOR_PARAM String parameter for the SSL implementation vendor (factories only).
SSL_VERIFY_HOST_PARAM Boolean parameter indicating whether or not hosts should be verified.
SSL_VERIFY_HOSTNAME_PARAM Boolean parameter indicating whether or not hostnames should be verified.

See Also

SSLParams Class | TIBCO.EMS.ADMIN Namespace