Package com.icegreen.greenmail.util
Class DummySSLServerSocketFactory
java.lang.Object
javax.net.ServerSocketFactory
javax.net.ssl.SSLServerSocketFactory
com.icegreen.greenmail.util.DummySSLServerSocketFactory
DummySSLServerSocketFactory - NOT SECURE
Contains a hardcoded memory store for convenience in testing by avoiding having to manually setup, install, and generate keystore / keys
- Since:
- Feb 2006
- Author:
- Wael Chatila
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateServerSocket(int i) createServerSocket(int i, int i1) createServerSocket(int i, int i1, InetAddress inetAddress) static ServerSocketFactoryString[]String[]
-
Constructor Details
-
DummySSLServerSocketFactory
public DummySSLServerSocketFactory()
-
-
Method Details
-
getDefault
-
createServerSocket
- Overrides:
createServerSocketin classServerSocketFactory- Throws:
IOException
-
createServerSocket
- Specified by:
createServerSocketin classServerSocketFactory- Throws:
IOException
-
createServerSocket
- Specified by:
createServerSocketin classServerSocketFactory- Throws:
IOException
-
createServerSocket
- Specified by:
createServerSocketin classServerSocketFactory- Throws:
IOException
-
getDefaultCipherSuites
- Specified by:
getDefaultCipherSuitesin classSSLServerSocketFactory
-
getSupportedCipherSuites
- Specified by:
getSupportedCipherSuitesin classSSLServerSocketFactory
-