public class BypassTrustSSLSocketFactory extends SSLSocketFactory
Constructor and Description |
---|
BypassTrustSSLSocketFactory() |
Modifier and Type | Method and Description |
---|---|
Socket |
createSocket() |
Socket |
createSocket(InetAddress ia,
int i) |
Socket |
createSocket(InetAddress ia,
int i,
InetAddress ia1,
int i1) |
Socket |
createSocket(Socket socket,
String string,
int i,
boolean bln) |
Socket |
createSocket(String string,
int i) |
Socket |
createSocket(String string,
int i,
InetAddress ia,
int i1) |
static SocketFactory |
getDefault() |
String[] |
getDefaultCipherSuites() |
String[] |
getSupportedCipherSuites() |
public static SocketFactory getDefault()
public String[] getDefaultCipherSuites()
getDefaultCipherSuites
in class SSLSocketFactory
public String[] getSupportedCipherSuites()
getSupportedCipherSuites
in class SSLSocketFactory
public Socket createSocket(Socket socket, String string, int i, boolean bln) throws IOException
createSocket
in class SSLSocketFactory
IOException
public Socket createSocket(String string, int i) throws IOException, UnknownHostException
createSocket
in class SocketFactory
IOException
UnknownHostException
public Socket createSocket(String string, int i, InetAddress ia, int i1) throws IOException, UnknownHostException
createSocket
in class SocketFactory
IOException
UnknownHostException
public Socket createSocket(InetAddress ia, int i) throws IOException
createSocket
in class SocketFactory
IOException
public Socket createSocket(InetAddress ia, int i, InetAddress ia1, int i1) throws IOException
createSocket
in class SocketFactory
IOException
public Socket createSocket() throws IOException
createSocket
in class SocketFactory
IOException
Copyright © 2010–2018. All rights reserved.