org.glite.security.trustmanager.tomcat
Class TMSSLImplementation

java.lang.Object
  extended by org.apache.tomcat.util.net.SSLImplementation
      extended by org.glite.security.trustmanager.tomcat.TMSSLImplementation

public class TMSSLImplementation
extends org.apache.tomcat.util.net.SSLImplementation

Author:
Joni Hahkala The main Tomcat 5 (+?) glue class Created on Sep 15, 2004

Constructor Summary
TMSSLImplementation()
           
 
Method Summary
 java.lang.String getImplementationName()
           
 org.apache.tomcat.util.net.ServerSocketFactory getServerSocketFactory()
           
 org.apache.tomcat.util.net.SSLSupport getSSLSupport(java.net.Socket arg0)
           
 org.apache.tomcat.util.net.SSLSupport getSSLSupport(javax.net.ssl.SSLSession arg0)
           
 
Methods inherited from class org.apache.tomcat.util.net.SSLImplementation
getInstance, getInstance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TMSSLImplementation

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

getImplementationName

public java.lang.String getImplementationName()
Specified by:
getImplementationName in class org.apache.tomcat.util.net.SSLImplementation

getServerSocketFactory

public org.apache.tomcat.util.net.ServerSocketFactory getServerSocketFactory()
Specified by:
getServerSocketFactory in class org.apache.tomcat.util.net.SSLImplementation

getSSLSupport

public org.apache.tomcat.util.net.SSLSupport getSSLSupport(java.net.Socket arg0)
Specified by:
getSSLSupport in class org.apache.tomcat.util.net.SSLImplementation

getSSLSupport

public org.apache.tomcat.util.net.SSLSupport getSSLSupport(javax.net.ssl.SSLSession arg0)
Specified by:
getSSLSupport in class org.apache.tomcat.util.net.SSLImplementation