| java.lang.Object org.apache.tomcat.util.net.ServerSocketFactory org.apache.tomcat.util.net.jsse.JSSESocketFactory org.apache.tomcat.util.net.jsse.JSSE13SocketFactory
JSSE13SocketFactory | public class JSSE13SocketFactory extends JSSESocketFactory (Code) | | 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: Bill Barker |
clientAuth | protected boolean clientAuth(Code) | | Flag for client authentication
|
JSSE13SocketFactory | public JSSE13SocketFactory()(Code) | | |
configureClientAuth | protected void configureClientAuth(SSLSocket socket)(Code) | | |
init | void init() throws IOException(Code) | | Reads the keystore and initializes the SSL socket factory.
NOTE: This method is identical in functionality to the method of the
same name in JSSE14SocketFactory, except that this method is used with
JSSE 1.0.x (which is an extension to the 1.3 JVM), whereas the other is
used with JSSE 1.1.x (which ships with the 1.4 JVM). Therefore, this
method uses classes in com.sun.net.ssl, which have since moved to
javax.net.ssl, and explicitly registers the required security providers,
which come standard in a 1.4 JVM.
|
|
|