Interface SslContextFactory

All Known Implementing Classes:
DefaultSslContextFactory

public interface SslContextFactory
This class is used by SIMON to get a SSLContext for the client and server side, which is required by SSL powered communication.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the SSLContext which is used by SIMON to create a SSL powered link
  • Method Details

    • getSslContext

      SSLContext getSslContext()
      Gets the SSLContext which is used by SIMON to create a SSL powered link
      Returns:
      a ssl context object