Class TrustAllSSLSocketFactory
java.lang.Object
javax.net.SocketFactory
javax.net.ssl.SSLSocketFactory
org.apache.jmeter.protocol.smtp.sampler.protocol.TrustAllSSLSocketFactory
This class can be used as a SocketFactory with SSL-connections.
Its purpose is to ensure that all certificates - no matter from which CA - are accepted to secure the SSL-connection.
-
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 SocketFactoryFactory methodString[]String[]Methods inherited from class SSLSocketFactory
createSocket
-
Constructor Details
-
TrustAllSSLSocketFactory
public TrustAllSSLSocketFactory()Standard constructor
-
-
Method Details
-
getDefault
-
createSocket
- Specified by:
createSocketin classSSLSocketFactory- Throws:
IOException
-
createSocket
public Socket createSocket(InetAddress inaddr, int i, InetAddress inaddr1, int j) throws IOException - Specified by:
createSocketin classSocketFactory- Throws:
IOException
-
createSocket
- Specified by:
createSocketin classSocketFactory- Throws:
IOException
-
createSocket
- Specified by:
createSocketin classSocketFactory- Throws:
IOException
-
createSocket
- Specified by:
createSocketin classSocketFactory- Throws:
IOException
-
createSocket
- Overrides:
createSocketin classSocketFactory- Throws:
IOException
-
getDefaultCipherSuites
- Specified by:
getDefaultCipherSuitesin classSSLSocketFactory
-
getSupportedCipherSuites
- Specified by:
getSupportedCipherSuitesin classSSLSocketFactory
-