public class SSLParams extends Object
Modifier and Type | Field and Description |
---|---|
String |
clientCertFileName
The client certificate or null for none.
|
String |
clientCertPassword
The client certificate user ID.
|
String |
enabledTLSProtocols
The 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 |
serverCertFileNames
The server certificate file names, semi-colon separated, null for none.
|
boolean |
useDefaultVerification
Flag 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.
© © Mindus SARL, 2024. All rights reserved.