org.glite.security.trustmanager
Interface SSLContextWrapper

All Known Implementing Classes:
ContextWrapper

public interface SSLContextWrapper

DOCUMENT ME!

Author:
Joni Hahkala joni.hahkala@cern.ch

Method Summary
 javax.net.ssl.SSLServerSocketFactory getServerSocketFactory()
          DOCUMENT ME!
 javax.net.ssl.SSLSocketFactory getSocketFactory()
          DOCUMENT ME!
 

Method Detail

getServerSocketFactory

javax.net.ssl.SSLServerSocketFactory getServerSocketFactory()
                                                            throws javax.net.ssl.SSLException
DOCUMENT ME!

Returns:
DOCUMENT ME!
Throws:
javax.net.ssl.SSLException - DOCUMENT ME!

getSocketFactory

javax.net.ssl.SSLSocketFactory getSocketFactory()
                                                throws javax.net.ssl.SSLException
DOCUMENT ME!

Returns:
DOCUMENT ME!
Throws:
javax.net.ssl.SSLException - DOCUMENT ME!