org.glite.security.trustmanager.tomcat
Class TMSSLImplementation
java.lang.Object
org.apache.tomcat.util.net.SSLImplementation
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()
The constructor for the class, does nothing except checks that the actual
ssl implementation TrustManager is present. |
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 |
TMSSLImplementation
public TMSSLImplementation()
throws java.lang.ClassNotFoundException
- The constructor for the class, does nothing except checks that the actual
ssl implementation TrustManager is present.
- Throws:
java.lang.ClassNotFoundException
- in case the util-java is not installed and thus ContextWrapper class isn't found.
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)