Package host.anzo.simon.ssl
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 TypeMethodDescriptionGets theSSLContextwhich is used by SIMON to create a SSL powered link
-
Method Details
-
getSslContext
SSLContext getSslContext()Gets theSSLContextwhich is used by SIMON to create a SSL powered link- Returns:
- a ssl context object
-