Class ClientSslUtils
- java.lang.Object
-
- org.apache.ignite.internal.client.thin.ClientSslUtils
-
public class ClientSslUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static char[]EMPTY_CHARS
-
Constructor Summary
Constructors Constructor Description ClientSslUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SSLContextgetSslContext(ClientConfiguration cfg)Gets SSL context for the given client configuration.
-
-
-
Method Detail
-
getSslContext
public static SSLContext getSslContext(ClientConfiguration cfg)
Gets SSL context for the given client configuration.- Parameters:
cfg- Configuration.- Returns:
SSLContextwhen SSL is enabled in the configuration; null otherwise.
-
-