org.objectweb.cjdbc.common.net.AuthenticatedServerSocketFactory This class defines a AuthenticatedSSLSocketFactory <p> It is a wrapper around the socket factory in the constructor and sets the setNeedClientAuth to true to enforce client authentication with the public key @author <a HREF="mailto:marc.wick@monte-bre.ch">Marc Wick </a> @version ...
com.sslexplorer.server.jetty.CustomJsseListener Extension to Jettys {@link org.mortbay.http.JsseListener} that loads its SSL keys from SSL-Explorers keystore using the password that has been configured in the property database. @author Brett Smith <brett@3sp.com>
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