Uses of Class
org.apache.tomcat.util.net.SSLImplementation

Packages that use SSLImplementation
org.apache.tomcat.modules.server Interceptors that are used to connect with a web server, including the standalone http implementation. 
org.apache.tomcat.util.net   
org.apache.tomcat.util.net.jsse   
org.apache.tomcat.util.net.puretls   
 

Uses of SSLImplementation in org.apache.tomcat.modules.server
 

Fields in org.apache.tomcat.modules.server declared as SSLImplementation
protected  SSLImplementation PoolTcpConnector.sslImplementation
           
 

Uses of SSLImplementation in org.apache.tomcat.util.net
 

Methods in org.apache.tomcat.util.net that return SSLImplementation
static SSLImplementation SSLImplementation.getInstance()
           
static SSLImplementation SSLImplementation.getInstance(java.lang.String className)
           
 

Uses of SSLImplementation in org.apache.tomcat.util.net.jsse
 

Subclasses of SSLImplementation in org.apache.tomcat.util.net.jsse
 class JSSEImplementation
           
 

Uses of SSLImplementation in org.apache.tomcat.util.net.puretls
 

Subclasses of SSLImplementation in org.apache.tomcat.util.net.puretls
 class PureTLSImplementation
           
 



Copyright ? 2001 Apache Software Foundation. All Rights Reserved.