org.apache.tomcat.util.net
public abstract class SSLImplementation extends Object
| Method Summary | |
|---|---|
| abstract String | getImplementationName() |
| static SSLImplementation | getInstance() |
| static SSLImplementation | getInstance(String className) |
| abstract ServerSocketFactory | getServerSocketFactory() |
| abstract SSLSupport | getSSLSupport(Socket sock) |
| SSLSupport | getSSLSupport(SSLSession session) |
Deprecated: This method has been deprecated since it adds a JSSE dependency to this interface. It will be removed in versions after 6.0.x.