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
-
Method Summary
Modifier and Type Method Description javax.net.ssl.SSLContextgetSSLContext()Gets an SSLContext.
-
Method Details
-
getSSLContext
javax.net.ssl.SSLContext getSSLContext() throws java.security.GeneralSecurityException, java.io.IOExceptionGets an SSLContext.- Returns:
- the SSLContext.
- Throws:
java.security.GeneralSecurityException- Any GeneralSecurityException.java.io.IOException- Any IOException.
-