Interface TcpSSLContextSupport
- All Known Implementing Classes:
DefaultTcpSSLContextSupport
public interface TcpSSLContextSupport
Strategy interface for the creation of an
SSLContext
object
for use with SSL/TLS sockets.- Since:
- 2.2
- Author:
- Gary Russell
-
Method Summary
-
Method Details
-
getSSLContext
Gets an SSLContext.- Returns:
- the SSLContext.
- Throws:
GeneralSecurityException
- Any GeneralSecurityException.IOException
- Any IOException.
-