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
Constructors -
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, getDefaultMethods inherited from class javax.net.SocketFactory
createSocket
-
Constructor Details
-
InsecureSSLContextFactory
public InsecureSSLContextFactory()
-
-
Method Details
-
getDefaultCipherSuites
- Specified by:
getDefaultCipherSuitesin classSSLSocketFactory
-
getSupportedCipherSuites
- Specified by:
getSupportedCipherSuitesin classSSLSocketFactory
-
createSocket
- Specified by:
createSocketin classSSLSocketFactory- Throws:
IOException
-
createSocket
- Specified by:
createSocketin classSocketFactory- Throws:
IOException
-
createSocket
- Specified by:
createSocketin classSocketFactory- Throws:
IOException
-
createSocket
- Specified by:
createSocketin classSocketFactory- Throws:
IOException
-
createSocket
public Socket createSocket(InetAddress arg0, int arg1, InetAddress arg2, int arg3) throws IOException - Specified by:
createSocketin classSocketFactory- Throws:
IOException
-