public class LDAPSSLSocketFactoryBase extends SSLSocketFactory
| Constructor and Description |
|---|
LDAPSSLSocketFactoryBase(String keyStorePath,
String storePass) |
| Modifier and Type | Method and Description |
|---|---|
Socket |
createSocket(InetAddress addr,
int port) |
Socket |
createSocket(InetAddress addr,
int port,
InetAddress laddr,
int lport) |
Socket |
createSocket(Socket s,
String host,
int port,
boolean autoClose) |
Socket |
createSocket(String host,
int port) |
Socket |
createSocket(String host,
int port,
InetAddress addr,
int lport) |
String[] |
getDefaultCipherSuites() |
String[] |
getSupportedCipherSuites() |
getDefaultcreateSocketpublic Socket createSocket(Socket s, String host, int port, boolean autoClose) throws IOException
createSocket in class SSLSocketFactoryIOExceptionpublic String[] getDefaultCipherSuites()
getDefaultCipherSuites in class SSLSocketFactorypublic String[] getSupportedCipherSuites()
getSupportedCipherSuites in class SSLSocketFactorypublic Socket createSocket(String host, int port) throws IOException, UnknownHostException
createSocket in class SocketFactoryIOExceptionUnknownHostExceptionpublic Socket createSocket(InetAddress addr, int port) throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(String host, int port, InetAddress addr, int lport) throws IOException, UnknownHostException
createSocket in class SocketFactoryIOExceptionUnknownHostExceptionpublic Socket createSocket(InetAddress addr, int port, InetAddress laddr, int lport) throws IOException
createSocket in class SocketFactoryIOException? Copyright 2013 BMC Software, Inc.