Class JSSESocketFactory

java.lang.Object
org.apache.axis.components.net.DefaultSocketFactory
org.apache.axis.components.net.JSSESocketFactory
All Implemented Interfaces:
SecureSocketFactory, SocketFactory
Direct Known Subclasses:
IBMJSSESocketFactory, SunJSSESocketFactory

public class JSSESocketFactory extends DefaultSocketFactory implements SecureSocketFactory
SSL socket factory. It _requires_ a valid RSA key and JSSE. (borrowed code from tomcat) THIS CODE STILL HAS DEPENDENCIES ON sun.* and com.sun.*
Author:
Davanum Srinivas (dims@yahoo.com)