Package com.castlabs.android.utils
Class SslUtils
- java.lang.Object
-
- com.castlabs.android.utils.SslUtils
-
public class SslUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SSLSocketFactorygetSslSocketFactory(PlayerController playerController)Unified way to getSSLSocketFactory
-
-
-
Method Detail
-
getSslSocketFactory
@Nullable public static SSLSocketFactory getSslSocketFactory(@Nullable PlayerController playerController)
Unified way to getSSLSocketFactory- Parameters:
playerController-PlayerControllerif known andnullotherwise- Returns:
SSLSocketFactoryornullwhen unknown
-
-