TrustAllSSLSocketFactory@Deprecated public class TrustAllSSLSocketFactory extends SSLSocketFactory
| Constructor and Description |
|---|
TrustAllSSLSocketFactory()
Deprecated.
Standard constructor
|
| Modifier and Type | Method and Description |
|---|---|
Socket |
createSocket()
Deprecated.
|
Socket |
createSocket(InetAddress inaddr,
int i)
Deprecated.
|
Socket |
createSocket(InetAddress inaddr,
int i,
InetAddress inaddr1,
int j)
Deprecated.
|
Socket |
createSocket(Socket socket,
String s,
int i,
boolean flag)
Deprecated.
|
Socket |
createSocket(String s,
int i)
Deprecated.
|
Socket |
createSocket(String s,
int i,
InetAddress inaddr,
int j)
Deprecated.
|
static SocketFactory |
getDefault()
Deprecated.
Factory method
|
String[] |
getDefaultCipherSuites()
Deprecated.
|
String[] |
getSupportedCipherSuites()
Deprecated.
|
createSocketpublic TrustAllSSLSocketFactory()
public static SocketFactory getDefault()
public Socket createSocket(Socket socket, String s, int i, boolean flag) throws IOException
createSocket in class SSLSocketFactoryIOExceptionpublic 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 Socket createSocket() throws IOException
createSocket in class SocketFactoryIOExceptionpublic String[] getDefaultCipherSuites()
getDefaultCipherSuites in class SSLSocketFactorypublic String[] getSupportedCipherSuites()
getSupportedCipherSuites in class SSLSocketFactoryCopyright © 1998-2023 Apache Software Foundation. All Rights Reserved.