public class YesSSLSocketFactory extends SSLSocketFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
YesSSLSocketFactory.YesTrustManager |
| Constructor and Description |
|---|
YesSSLSocketFactory() |
| Modifier and Type | Method and Description |
|---|---|
Socket |
createSocket() |
Socket |
createSocket(InetAddress inaddr,
int i) |
Socket |
createSocket(InetAddress inaddr,
int i,
InetAddress inaddr1,
int j) |
Socket |
createSocket(Socket socket,
String s,
int i,
boolean flag) |
Socket |
createSocket(String s,
int i) |
Socket |
createSocket(String s,
int i,
InetAddress inaddr,
int j) |
static SocketFactory |
getDefault() |
String[] |
getDefaultCipherSuites() |
String[] |
getSupportedCipherSuites() |
createSocketpublic static SocketFactory getDefault()
public Socket createSocket(Socket socket, String s, int i, boolean flag) throws IOException
createSocket in class SSLSocketFactoryIOExceptionpublic Socket createSocket() throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(InetAddress inaddr, int i, InetAddress inaddr1, int j) throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(InetAddress inaddr, int i) throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(String s, int i, InetAddress inaddr, int j) throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(String s, int i) throws IOException
createSocket in class SocketFactoryIOExceptionpublic String[] getDefaultCipherSuites()
getDefaultCipherSuites in class SSLSocketFactorypublic String[] getSupportedCipherSuites()
getSupportedCipherSuites in class SSLSocketFactoryGuillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly