com.ibm.di.api.remote.impl.rmi
Class SSLRMIClientSocketFactory
java.lang.Object
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
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
SSLRMIClientSocketFactory
public SSLRMIClientSocketFactory(int aSSLProperties)
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