Package com.atlassian.crowd.util
Class InsecureSSLContextFactory
java.lang.Object
javax.net.SocketFactory
javax.net.ssl.SSLSocketFactory
com.atlassian.crowd.util.InsecureSSLContextFactory
Accepts every certificate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateSocket
(String arg0, int arg1) createSocket
(String arg0, int arg1, InetAddress arg2, int arg3) createSocket
(InetAddress arg0, int arg1) createSocket
(InetAddress arg0, int arg1, InetAddress arg2, int arg3) createSocket
(Socket arg0, String arg1, int arg2, boolean arg3) String[]
String[]
Methods inherited from class javax.net.ssl.SSLSocketFactory
createSocket, getDefault
Methods inherited from class javax.net.SocketFactory
createSocket
-
Constructor Details
-
InsecureSSLContextFactory
public InsecureSSLContextFactory()
-
-
Method Details
-
getDefaultCipherSuites
- Specified by:
getDefaultCipherSuites
in classSSLSocketFactory
-
getSupportedCipherSuites
- Specified by:
getSupportedCipherSuites
in classSSLSocketFactory
-
createSocket
- Specified by:
createSocket
in classSSLSocketFactory
- Throws:
IOException
-
createSocket
- Specified by:
createSocket
in classSocketFactory
- Throws:
IOException
-
createSocket
- Specified by:
createSocket
in classSocketFactory
- Throws:
IOException
-
createSocket
- Specified by:
createSocket
in classSocketFactory
- Throws:
IOException
-
createSocket
public Socket createSocket(InetAddress arg0, int arg1, InetAddress arg2, int arg3) throws IOException - Specified by:
createSocket
in classSocketFactory
- Throws:
IOException
-