public class InsecureSSLContextFactory extends SSLSocketFactory
| Constructor and Description |
|---|
InsecureSSLContextFactory() |
| 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) |
String[] |
getDefaultCipherSuites() |
String[] |
getSupportedCipherSuites() |
createSocket, getDefaultcreateSocketpublic String[] getDefaultCipherSuites()
getDefaultCipherSuites in class SSLSocketFactorypublic String[] getSupportedCipherSuites()
getSupportedCipherSuites in class SSLSocketFactorypublic Socket createSocket(Socket arg0, String arg1, int arg2, boolean arg3) throws IOException
createSocket in class SSLSocketFactoryIOExceptionpublic Socket createSocket(String arg0, int arg1) throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(InetAddress arg0, int arg1) throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(String arg0, int arg1, InetAddress arg2, int arg3) throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(InetAddress arg0, int arg1, InetAddress arg2, int arg3) throws IOException
createSocket in class SocketFactoryIOExceptionCopyright © 2024 Atlassian. All rights reserved.