Package com.mongodb.internal.connection
Class SslHelper
java.lang.Object
com.mongodb.internal.connection.SslHelper
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
This class should not be considered a part of the public API.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
enableHostNameVerification
(SSLParameters sslParameters) Deprecated.Enable HTTP endpoint verification on the given SSL parameters.static void
enableSni
(String host, SSLParameters sslParameters) Deprecated.Enable SNI if running on Java 8 or later.
-
Method Details
-
enableHostNameVerification
Deprecated.Enable HTTP endpoint verification on the given SSL parameters.- Parameters:
sslParameters
- The original SSL parameters
-
enableSni
Deprecated.Enable SNI if running on Java 8 or later. Otherwise fail silently to enable SNI.- Parameters:
host
- the server hostsslParameters
- the SSL parameters
-