org.jboss.remoting.security.SSLSocketBuilder This builds SSL server socket factories and SSL socket factories.<p/> The main methods are createSSLServerSocketFactory() and createSSLSocketFactory(). By default, these methods will use SSLServerSocketFactory.getDefault() and SSLSocketFactory.getDefault() and will require the proper system ...
org.apache.tomcat.util.net.jsse.JSSESocketFactory SSL server socket factory. It _requires_ a valid RSA key and JSSE. @author Harish Prabandham @author Costin Manolache @author Stefan Freyr Stefansson @author EKR -- renamed to JSSESocketFactory @author Jan Luehe @author Bill Barker