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

Packages that use SSLImplementation
org.apache.coyote.http11   
org.apache.tomcat.util.net   
org.apache.tomcat.util.net.jsse   
 

Uses of SSLImplementation in org.apache.coyote.http11
 

Fields in org.apache.coyote.http11 declared as SSLImplementation
protected  SSLImplementation Http11Protocol.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
           
 



Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.