Home » apache-tomcat-6.0.26-src » org.apache » tomcat » util » net » jsse » [javadoc | source]
org.apache.tomcat.util.net.jsse
public class: JSSE14Factory [javadoc | source]
java.lang.Object
   org.apache.tomcat.util.net.jsse.JSSE14Factory

All Implemented Interfaces:
    JSSEFactory

Direct Known Subclasses:
    JSSE15Factory

Implementation class for JSSEFactory for JSSE 1.1.x (that ships with the 1.4 JVM).
Constructor:
 public JSSE14Factory() 
Method from org.apache.tomcat.util.net.jsse.JSSE14Factory Summary:
getSSLSupport,   getSSLSupport,   getSocketFactory
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tomcat.util.net.jsse.JSSE14Factory Detail:
 public SSLSupport getSSLSupport(Socket socket) 
 public SSLSupport getSSLSupport(SSLEngine sslEngine) 
 public ServerSocketFactory getSocketFactory()