public class SSLParams extends Object
| Modifier and Type | Field and Description |
|---|---|
String | clientCertFileNameThe client certificate or null for none. |
String | clientCertPasswordThe client certificate user ID. |
String | enabledTLSProtocolsThe enabled TLS protocols in a semi-colon separated string with the supported values TLSv1, TLSv1.1, TLSv1.2, TLSv1.3, or null for none. |
String | serverCertFileNamesThe server certificate file names, semi-colon separated, null for none. |
boolean | useDefaultVerificationFlag indicating Java default certificate verification is used. |
| Constructor and Description |
|---|
SSLParams() |
public String clientCertFileName
public String clientCertPassword
public boolean useDefaultVerification
public String serverCertFileNames
public String enabledTLSProtocols
null for none. The JVM may not support the requested TLS protocol due to its security configuration in the "lib/security/java.security" file in the entry "jdk.tls.disabledAlgorithms".Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© 2026 Mindus SARL. All rights reserved.