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 Summary
Fields Modifier and Type Field Description static java.lang.String
SSL_AUTH_ONLY_PARAM
Boolean parameter indicating whether or not TLS is used only for authentication.static java.lang.String
SSL_CIPHERS_PARAM
String parmeter for the TLS ciphers.static java.lang.String
SSL_CRL_PATH_PARAM
String parmeter for the TLS CRL path.static java.lang.String
SSL_CRL_UPDATE_IVL_PARAM
Long parameter for the TLS CRL update interval, in hours.static java.lang.String
SSL_EGD_PARAM
Deprecated.as of release 8.5.1static java.lang.String
SSL_EXPECTED_HOSTNAME_PARAM
String parameter for the expeted hostname of the server.static java.lang.String
SSL_IDENTITY_PARAM
String parameter for the filename of the identity file.static java.lang.String
SSL_IDENTITY_SEC_PARAM
String parameter for the filename of the secondary identity file.static java.lang.String
SSL_ISSUERS_PARAM
List parameter for the list of TLS certificate filenames used to issue client certificates.static java.lang.String
SSL_PASSWORD_PARAM
String parmeter for the TLS password (routes only).static java.lang.String
SSL_PRIVATE_KEY_PARAM
String parameter for the filename of the private key file.static java.lang.String
SSL_PRIVATE_KEY_SEC_PARAM
String parameter for the filename of the secondary private key file.static java.lang.String
SSL_RENEG_INTERVAL_PARAM
Deprecated.as of release 4.3.0static java.lang.String
SSL_RENEG_SIZE_PARAM
Deprecated.as of release 4.3.0static java.lang.String
SSL_TRUSTED_PARAM
List parameter for the List of trusted certificates.static java.lang.String
SSL_VENDOR_PARAM
String parameter for the TLS implementation vendor (factories only).static java.lang.String
SSL_VERIFY_HOST_PARAM
Boolean parameter indicating whether or not hosts should be verified.static java.lang.String
SSL_VERIFY_HOSTNAME_PARAM
Boolean parameter indicating whether or not hostnames should be verified.
-
Method Summary
-
Methods inherited from class com.tibco.tibjms.admin.ThirdPartyParams
toString
-
-
-
-
Field Detail
-
SSL_VENDOR_PARAM
public static final java.lang.String SSL_VENDOR_PARAM
String parameter for the TLS implementation vendor (factories only).- See Also:
- Constant Field Values
-
SSL_TRUSTED_PARAM
public static final java.lang.String SSL_TRUSTED_PARAM
List parameter for the List of trusted certificates.- See Also:
- Constant Field Values
-
SSL_VERIFY_HOST_PARAM
public 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_PARAM
public 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_PARAM
public 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_PARAM
public 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_PARAM
public 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_PARAM
public 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_PARAM
public 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_PARAM
public 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_PARAM
public 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_PARAM
public static final java.lang.String SSL_CRL_PATH_PARAM
String parmeter for the TLS CRL path.- See Also:
- Constant Field Values
-
SSL_CRL_UPDATE_IVL_PARAM
public 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_CIPHERS_PARAM
public static final java.lang.String SSL_CIPHERS_PARAM
String parmeter for the TLS ciphers.- See Also:
- Constant Field Values
-
SSL_PASSWORD_PARAM
public static final java.lang.String SSL_PASSWORD_PARAM
String parmeter 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 parmeter for the path to the installed Enthropy Gathering Daemon.- See Also:
- Constant Field Values
-
-