org.apache.tomcat.util.net.jsse

Class JSSEFactory

public class JSSEFactory extends Object

Factory interface to construct components based on the JSSE version in use.

Author: Bill Barker Filip Hanik

Method Summary
ServerSocketFactorygetSocketFactory()
Returns the ServerSocketFactory to use.
SSLSupportgetSSLSupport(Socket socket)
returns the SSLSupport attached to this socket.
SSLSupportgetSSLSupport(SSLSession session)

Method Detail

getSocketFactory

public ServerSocketFactory getSocketFactory()
Returns the ServerSocketFactory to use.

getSSLSupport

public SSLSupport getSSLSupport(Socket socket)
returns the SSLSupport attached to this socket.

getSSLSupport

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