TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

SSLParams Members

SSLParams overview

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.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString Generate a string representation of this SSLParams.

See Also

SSLParams Class | TIBCO.EMS.ADMIN Namespace