Apache Tomcat 7.0.37

org.apache.tomcat.util.net.jsse
Class JSSEImplementation

java.lang.Object
  extended by org.apache.tomcat.util.net.SSLImplementation
      extended by org.apache.tomcat.util.net.jsse.JSSEImplementation

public class JSSEImplementation
extends SSLImplementation


Constructor Summary
JSSEImplementation()
           
 
Method Summary
 String getImplementationName()
           
 ServerSocketFactory getServerSocketFactory(AbstractEndpoint endpoint)
           
 SSLSupport getSSLSupport(Socket s)
           
 SSLSupport getSSLSupport(SSLSession session)
           
 SSLUtil getSSLUtil(AbstractEndpoint endpoint)
           
 
Methods inherited from class org.apache.tomcat.util.net.SSLImplementation
getInstance, getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSSEImplementation

public JSSEImplementation()
Method Detail

getImplementationName

public String getImplementationName()
Specified by:
getImplementationName in class SSLImplementation

getServerSocketFactory

public ServerSocketFactory getServerSocketFactory(AbstractEndpoint endpoint)
Specified by:
getServerSocketFactory in class SSLImplementation

getSSLSupport

public SSLSupport getSSLSupport(Socket s)
Specified by:
getSSLSupport in class SSLImplementation

getSSLSupport

public SSLSupport getSSLSupport(SSLSession session)
Specified by:
getSSLSupport in class SSLImplementation

getSSLUtil

public SSLUtil getSSLUtil(AbstractEndpoint endpoint)
Specified by:
getSSLUtil in class SSLImplementation

Apache Tomcat 7.0.37

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.