Package play.utils
Class YesSSLSocketFactory
java.lang.Object
javax.net.SocketFactory
javax.net.ssl.SSLSocketFactory
play.utils.YesSSLSocketFactory
SSL Sockets created by this factory won't check
if certificates are signed with a root certificate (or chained from root)
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSocket
(String s, int i) createSocket
(String s, int i, InetAddress inaddr, int j) createSocket
(InetAddress inaddr, int i) createSocket
(InetAddress inaddr, int i, InetAddress inaddr1, int j) createSocket
(Socket socket, String s, int i, boolean flag) static SocketFactory
String[]
String[]
Methods inherited from class javax.net.ssl.SSLSocketFactory
createSocket
-
Constructor Details
-
YesSSLSocketFactory
public YesSSLSocketFactory()
-
-
Method Details
-
getDefault
-
createSocket
- Specified by:
createSocket
in classSSLSocketFactory
- Throws:
IOException
-
createSocket
- Overrides:
createSocket
in classSocketFactory
- Throws:
IOException
-
createSocket
public Socket createSocket(InetAddress inaddr, int i, InetAddress inaddr1, int j) throws IOException - Specified by:
createSocket
in classSocketFactory
- 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
-
getDefaultCipherSuites
- Specified by:
getDefaultCipherSuites
in classSSLSocketFactory
-
getSupportedCipherSuites
- Specified by:
getSupportedCipherSuites
in classSSLSocketFactory
-