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 SSLSocketFactory
getSslSocketFactory(PlayerController playerController)
Unified way to getSSLSocketFactory
-
-
-
Method Detail
-
getSslSocketFactory
@Nullable public static SSLSocketFactory getSslSocketFactory(@Nullable PlayerController playerController)
Unified way to getSSLSocketFactory
- Parameters:
playerController
-PlayerController
if known andnull
otherwise- Returns:
SSLSocketFactory
ornull
when unknown
-
-