public class LDAPSSLSocketFactory extends SSLSocketFactory
| Constructor and Description |
|---|
LDAPSSLSocketFactory()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Socket |
createSocket(InetAddress arg0,
int arg1) |
Socket |
createSocket(InetAddress arg0,
int arg1,
InetAddress arg2,
int arg3) |
Socket |
createSocket(Socket arg0,
String arg1,
int arg2,
boolean arg3) |
Socket |
createSocket(String arg0,
int arg1) |
Socket |
createSocket(String arg0,
int arg1,
InetAddress arg2,
int arg3) |
static SocketFactory |
getDefault()
Returns a new instance of this factory.
|
String[] |
getDefaultCipherSuites() |
String[] |
getSupportedCipherSuites() |
createSocketcreateSocketpublic static SocketFactory getDefault()
public Socket createSocket(Socket arg0, String arg1, int arg2, boolean arg3) throws IOException
createSocket in class SSLSocketFactoryIOExceptionpublic String[] getDefaultCipherSuites()
getDefaultCipherSuites in class SSLSocketFactorypublic String[] getSupportedCipherSuites()
getSupportedCipherSuites in class SSLSocketFactorypublic Socket createSocket(String arg0, int arg1) throws IOException, UnknownHostException
createSocket in class SocketFactoryIOExceptionUnknownHostExceptionpublic Socket createSocket(InetAddress arg0, int arg1) throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(String arg0, int arg1, InetAddress arg2, int arg3) throws IOException, UnknownHostException
createSocket in class SocketFactoryIOExceptionUnknownHostExceptionpublic Socket createSocket(InetAddress arg0, int arg1, InetAddress arg2, int arg3) throws IOException
createSocket in class SocketFactoryIOExceptionCopyright © 2017. All rights reserved.