com.ibm.di.security
Class SSL

java.lang.Object
  extended by com.ibm.di.security.SSL

public class SSL
extends Object


Constructor Summary
SSL()
           
 
Method Summary
static Socket getClientSocket(String host, int port)
           
static Socket getClientSocketAuth(String keystore, String keypass, String host, int port)
           
static ServerSocket getServerSocket(int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSL

public SSL()
Method Detail

getClientSocket

public static Socket getClientSocket(String host,
                                     int port)
                              throws Exception
Throws:
Exception

getClientSocketAuth

public static Socket getClientSocketAuth(String keystore,
                                         String keypass,
                                         String host,
                                         int port)
                                  throws Exception
Throws:
Exception

getServerSocket

public static ServerSocket getServerSocket(int port)
                                    throws Exception
Throws:
Exception