ants.p2p.security.sockets
Class SSLProvider

java.lang.Object
  extended by ants.p2p.security.sockets.SSLProvider

public class SSLProvider
extends java.lang.Object


Constructor Summary
SSLProvider()
           
 
Method Summary
static java.net.Socket getSSLSecuredSocket(java.lang.String remoteAddress, int remotePort, boolean proxied)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLProvider

public SSLProvider()
Method Detail

getSSLSecuredSocket

public static java.net.Socket getSSLSecuredSocket(java.lang.String remoteAddress,
                                                  int remotePort,
                                                  boolean proxied)
                                           throws java.lang.Exception
Throws:
java.lang.Exception