Class DefaultTcpSSLContextSupport

java.lang.Object
org.springframework.integration.ip.tcp.connection.DefaultTcpSSLContextSupport
All Implemented Interfaces:
TcpSSLContextSupport

public class DefaultTcpSSLContextSupport
extends Object
implements TcpSSLContextSupport
Default implementation of TcpSSLContextSupport; uses a 'TLS' (by default) SSLContext, initialized with 'JKS' keystores, managed by 'SunX509' Key and Trust managers.
Since:
2.1
Author:
Gary Russell