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 Detail

      • getSSLContext

        javax.net.ssl.SSLContext getSSLContext()
        Returns:
        an instance of SSLContext
      • getSSLParameters

        javax.net.ssl.SSLParameters getSSLParameters()
        Returns:
        an instance of SSLParameters
      • isSslEnabled

        boolean isSslEnabled()
        Returns:
        whether SSL is enabled