Interface SSLFactory

All Known Implementing Classes:
DefaultSSLFactory

public interface SSLFactory
Venice SSL Factory interface. All the SSL factory plug-in from Venice product in LinkedIn as well as the local SSL factory used in test cases should implement this interface.
  • Method Details

    • getSSLConfig

      SSLConfig getSSLConfig()
      Returns:
      the configs used to create this SSLFactory
    • getSSLContext

      SSLContext getSSLContext()
      Returns:
      an instance of SSLContext
    • getSSLParameters

      SSLParameters getSSLParameters()
      Returns:
      an instance of SSLParameters
    • isSslEnabled

      boolean isSslEnabled()
      Returns:
      whether SSL is enabled