org.edg.security.trustmanager
Interface SSLContextWrapper

All Known Implementing Classes:
ContextWrapper

public interface SSLContextWrapper


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

Method Detail

getServerSocketFactory

public javax.net.ssl.SSLServerSocketFactory getServerSocketFactory()
                                                            throws javax.net.ssl.SSLException
javax.net.ssl.SSLException

getSocketFactory

public javax.net.ssl.SSLSocketFactory getSocketFactory()
                                                throws javax.net.ssl.SSLException
javax.net.ssl.SSLException