public class SslConfig
extends Object
Configuration of the SSL options for IgniteClient connection.
-
Nested Class Summary
Nested Classes
-
Method Summary
-
Method Details
-
ciphers
@Nullable
public @Nullable Set<String> ciphers()
-
keyStorePath
@Nullable
public @Nullable String keyStorePath()
-
keyStorePassword
@Nullable
public @Nullable String keyStorePassword()
-
trustStorePath
@Nullable
public @Nullable String trustStorePath()
-
trustStorePassword
@Nullable
public @Nullable String trustStorePassword()
-
-
-
-