com.ibm.di.api.remote.impl.rmi
Class SSLRMIClientSocketFactory

java.lang.Object
  extended by com.ibm.di.api.remote.impl.rmi.SSLRMIClientSocketFactory
All Implemented Interfaces:
Serializable, RMIClientSocketFactory

public class SSLRMIClientSocketFactory
extends Object
implements RMIClientSocketFactory, Serializable

See Also:
Serialized Form

Field Summary
static int SSL_PROPERTIES_CLIENT_DEFINED
           
static int SSL_PROPERTIES_SERVER_DEFINED
           
 
Constructor Summary
SSLRMIClientSocketFactory(int aSSLProperties)
           
 
Method Summary
 Socket createSocket(String host, int port)
           
 boolean equals(Object obj)
           
 int hashCode()
           
static void setKeyStorePasswords(String aKeyStorePassword, String aKeyPassword)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SSL_PROPERTIES_CLIENT_DEFINED

public static final int SSL_PROPERTIES_CLIENT_DEFINED
See Also:
Constant Field Values

SSL_PROPERTIES_SERVER_DEFINED

public static final int SSL_PROPERTIES_SERVER_DEFINED
See Also:
Constant Field Values
Constructor Detail

SSLRMIClientSocketFactory

public SSLRMIClientSocketFactory(int aSSLProperties)
Method Detail

createSocket

public Socket createSocket(String host,
                           int port)
                    throws IOException
Specified by:
createSocket in interface RMIClientSocketFactory
Throws:
IOException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

setKeyStorePasswords

public static void setKeyStorePasswords(String aKeyStorePassword,
                                        String aKeyPassword)
                                 throws Exception
Throws:
Exception