org.apache.tomcat.util.net.jsse

Class JSSEImplementation

public class JSSEImplementation extends SSLImplementation

Constructor Summary
JSSEImplementation()
Method Summary
StringgetImplementationName()
ServerSocketFactorygetServerSocketFactory()
SSLSupportgetSSLSupport(Socket s)
SSLSupportgetSSLSupport(SSLSession session)

Constructor Detail

JSSEImplementation

public JSSEImplementation()

Method Detail

getImplementationName

public String getImplementationName()

getServerSocketFactory

public ServerSocketFactory getServerSocketFactory()

getSSLSupport

public SSLSupport getSSLSupport(Socket s)

getSSLSupport

public SSLSupport getSSLSupport(SSLSession session)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.