public class SSLRMIClientSocketFactory extends Object implements RMIClientSocketFactory, Serializable
RMIClientSocketFactory
that:
Constructor and Description |
---|
SSLRMIClientSocketFactory() |
Modifier and Type | Method and Description |
---|---|
Socket |
createSocket(String host,
int port) |
void |
setAlias(String alias) |
void |
setKeystore(String location,
String type,
String password) |
void |
setTruststore(String location,
String type,
String password) |
String |
toString() |
public void setAlias(String alias)
public Socket createSocket(String host, int port) throws IOException
createSocket
in interface RMIClientSocketFactory
IOException
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.