Class SslUtils

java.lang.Object
com.castlabs.android.utils.SslUtils

public class SslUtils extends Object
  • Method Details

    • getSslSocketFactory

      @Nullable public static SSLSocketFactory getSslSocketFactory(@Nullable PlayerController playerController)
      Unified way to get SSLSocketFactory
      Parameters:
      playerController - PlayerController if known and null otherwise
      Returns:
      SSLSocketFactory or null when unknown