Package com.tibco.tibjms.admin
Class SSLParams
- java.lang.Object
- 
- com.tibco.tibjms.admin.ThirdPartyParams
- 
- com.tibco.tibjms.admin.SSLParams
 
 
- 
 public class SSLParams extends ThirdPartyParams This class represents all the possible TLS parameters.
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringSSL_AUTH_ONLY_PARAMBoolean parameter indicating whether or not TLS is used only for authentication.static java.lang.StringSSL_CIPHERS_PARAMString parameter for the TLS ciphers.static java.lang.StringSSL_CRL_PATH_PARAMString parameter for the TLS CRL path.static java.lang.StringSSL_CRL_UPDATE_IVL_PARAMLong parameter for the TLS CRL update interval, in hours.static java.lang.StringSSL_EGD_PARAMDeprecated.as of release 8.5.1static java.lang.StringSSL_EXPECTED_HOSTNAME_PARAMString parameter for the expeted hostname of the server.static java.lang.StringSSL_IDENTITY_PARAMString parameter for the filename of the identity file.static java.lang.StringSSL_IDENTITY_SEC_PARAMString parameter for the filename of the secondary identity file.static java.lang.StringSSL_ISSUERS_PARAMList parameter for the list of TLS certificate filenames used to issue client certificates.static java.lang.StringSSL_PASSWORD_PARAMString parameter for the TLS password (routes only).static java.lang.StringSSL_PRIVATE_KEY_PARAMString parameter for the filename of the private key file.static java.lang.StringSSL_PRIVATE_KEY_SEC_PARAMString parameter for the filename of the secondary private key file.static java.lang.StringSSL_RENEG_INTERVAL_PARAMDeprecated.as of release 4.3.0static java.lang.StringSSL_RENEG_SIZE_PARAMDeprecated.as of release 4.3.0static java.lang.StringSSL_REQUIRE_CLIENT_CERT_PARAMBoolean parameter indicating whether or not client certificates are required.static java.lang.StringSSL_TRUSTED_PARAMList parameter for the List of trusted certificates.static java.lang.StringSSL_VENDOR_PARAMString parameter for the TLS implementation vendor (factories only).static java.lang.StringSSL_VERIFY_HOST_PARAMBoolean parameter indicating whether or not hosts should be verified.static java.lang.StringSSL_VERIFY_HOSTNAME_PARAMBoolean parameter indicating whether or not hostnames should be verified.
 - 
Method Summary- 
Methods inherited from class com.tibco.tibjms.admin.ThirdPartyParamstoString
 
- 
 
- 
- 
- 
Field Detail- 
SSL_VENDOR_PARAMpublic static final java.lang.String SSL_VENDOR_PARAM String parameter for the TLS implementation vendor (factories only).- See Also:
- Constant Field Values
 
 - 
SSL_TRUSTED_PARAMpublic static final java.lang.String SSL_TRUSTED_PARAM List parameter for the List of trusted certificates.- See Also:
- Constant Field Values
 
 - 
SSL_VERIFY_HOST_PARAMpublic static final java.lang.String SSL_VERIFY_HOST_PARAM Boolean parameter indicating whether or not hosts should be verified.- See Also:
- Constant Field Values
 
 - 
SSL_VERIFY_HOSTNAME_PARAMpublic static final java.lang.String SSL_VERIFY_HOSTNAME_PARAM Boolean parameter indicating whether or not hostnames should be verified.- See Also:
- Constant Field Values
 
 - 
SSL_EXPECTED_HOSTNAME_PARAMpublic static final java.lang.String SSL_EXPECTED_HOSTNAME_PARAM String parameter for the expeted hostname of the server.- See Also:
- Constant Field Values
 
 - 
SSL_AUTH_ONLY_PARAMpublic static final java.lang.String SSL_AUTH_ONLY_PARAM Boolean parameter indicating whether or not TLS is used only for authentication.- Since:
- EMS 4.2
- See Also:
- Constant Field Values
 
 - 
SSL_IDENTITY_PARAMpublic static final java.lang.String SSL_IDENTITY_PARAM String parameter for the filename of the identity file.- See Also:
- Constant Field Values
 
 - 
SSL_IDENTITY_SEC_PARAMpublic static final java.lang.String SSL_IDENTITY_SEC_PARAM String parameter for the filename of the secondary identity file.- See Also:
- Constant Field Values
 
 - 
SSL_ISSUERS_PARAMpublic static final java.lang.String SSL_ISSUERS_PARAM List parameter for the list of TLS certificate filenames used to issue client certificates.- See Also:
- Constant Field Values
 
 - 
SSL_PRIVATE_KEY_PARAMpublic static final java.lang.String SSL_PRIVATE_KEY_PARAM String parameter for the filename of the private key file.- See Also:
- Constant Field Values
 
 - 
SSL_PRIVATE_KEY_SEC_PARAMpublic static final java.lang.String SSL_PRIVATE_KEY_SEC_PARAM String parameter for the filename of the secondary private key file.- See Also:
- Constant Field Values
 
 - 
SSL_RENEG_SIZE_PARAM@Deprecated public static final java.lang.String SSL_RENEG_SIZE_PARAM Deprecated.as of release 4.3.0Long parameter for the TLS renegotiation size, in bytes.- See Also:
- Constant Field Values
 
 - 
SSL_RENEG_INTERVAL_PARAM@Deprecated public static final java.lang.String SSL_RENEG_INTERVAL_PARAM Deprecated.as of release 4.3.0Long parameter for the TLS renegotiation interval, in seconds.- See Also:
- Constant Field Values
 
 - 
SSL_CRL_PATH_PARAMpublic static final java.lang.String SSL_CRL_PATH_PARAM String parameter for the TLS CRL path.- See Also:
- Constant Field Values
 
 - 
SSL_CRL_UPDATE_IVL_PARAMpublic static final java.lang.String SSL_CRL_UPDATE_IVL_PARAM Long parameter for the TLS CRL update interval, in hours.- See Also:
- Constant Field Values
 
 - 
SSL_REQUIRE_CLIENT_CERT_PARAMpublic static final java.lang.String SSL_REQUIRE_CLIENT_CERT_PARAM Boolean parameter indicating whether or not client certificates are required.- See Also:
- Constant Field Values
 
 - 
SSL_CIPHERS_PARAMpublic static final java.lang.String SSL_CIPHERS_PARAM String parameter for the TLS ciphers.- See Also:
- Constant Field Values
 
 - 
SSL_PASSWORD_PARAMpublic static final java.lang.String SSL_PASSWORD_PARAM String parameter for the TLS password (routes only).- See Also:
- Constant Field Values
 
 - 
SSL_EGD_PARAM@Deprecated public static final java.lang.String SSL_EGD_PARAM Deprecated.as of release 8.5.1String parameter for the path to the installed Enthropy Gathering Daemon.- See Also:
- Constant Field Values
 
 
- 
 
-