Spring Integration

org.springframework.integration.ip.tcp.connection.support
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
 javax.net.ssl.SSLContext getSSLContext()
          Gets an SSLContext.
 

Method Detail

getSSLContext

javax.net.ssl.SSLContext getSSLContext()
                                       throws java.security.GeneralSecurityException,
                                              java.io.IOException
Gets an SSLContext.

Returns:
the SSLContext.
Throws:
java.lang.Exception
java.security.GeneralSecurityException
java.io.IOException

Spring Integration