org.jsslutils.extra.apachetomcat6
Class JSSLutilsImplementation

java.lang.Object
  extended by org.apache.tomcat.util.net.SSLImplementation
      extended by org.apache.tomcat.util.net.jsse.JSSEImplementation
          extended by org.jsslutils.extra.apachetomcat6.JSSLutilsImplementation

public class JSSLutilsImplementation
extends org.apache.tomcat.util.net.jsse.JSSEImplementation

This is an SSLImplementation extending the default JSSEImplementation to use jSSLutils.

Author:
Bruno Harbulot

Constructor Summary
JSSLutilsImplementation()
           
 
Method Summary
 java.lang.String getImplementationName()
           
 org.apache.tomcat.util.net.ServerSocketFactory getServerSocketFactory()
           
 
Methods inherited from class org.apache.tomcat.util.net.jsse.JSSEImplementation
getSSLSupport, getSSLSupport
 
Methods inherited from class org.apache.tomcat.util.net.SSLImplementation
getInstance, getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSSLutilsImplementation

public JSSLutilsImplementation()
                        throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException
Method Detail

getImplementationName

public java.lang.String getImplementationName()
Overrides:
getImplementationName in class org.apache.tomcat.util.net.jsse.JSSEImplementation

getServerSocketFactory

public org.apache.tomcat.util.net.ServerSocketFactory getServerSocketFactory()
Overrides:
getServerSocketFactory in class org.apache.tomcat.util.net.jsse.JSSEImplementation


Copyright © 2011. All Rights Reserved.