public class

BypassTrustSSLSocketFactory

extends SSLSocketFactory
java.lang.Object
   ↳ javax.net.SocketFactory
     ↳ javax.net.ssl.SSLSocketFactory
       ↳ org.mule.module.ldap.security.BypassTrustSSLSocketFactory

Summary

Fields
private SSLSocketFactory socketFactory
[Expand]
Inherited Fields
From class javax.net.ssl.SSLSocketFactory
From class javax.net.SocketFactory
Public Constructors
BypassTrustSSLSocketFactory()
Public Methods
Socket createSocket(String string, int i, InetAddress ia, int i1)
Socket createSocket(InetAddress ia, int i, InetAddress ia1, int i1)
Socket createSocket(InetAddress ia, int i)
Socket createSocket(Socket socket, String string, int i, boolean bln)
Socket createSocket()
Socket createSocket(String string, int i)
static SocketFactory getDefault()
String[] getDefaultCipherSuites()
String[] getSupportedCipherSuites()
[Expand]
Inherited Methods
From class javax.net.ssl.SSLSocketFactory
From class javax.net.SocketFactory
From class java.lang.Object

Fields

private SSLSocketFactory socketFactory

Public Constructors

public BypassTrustSSLSocketFactory ()

Public Methods

public Socket createSocket (String string, int i, InetAddress ia, int i1)

Parameters
string
i
ia
i1
Throws
IOException
UnknownHostException

public Socket createSocket (InetAddress ia, int i, InetAddress ia1, int i1)

Parameters
ia
i
ia1
i1
Throws
IOException

public Socket createSocket (InetAddress ia, int i)

Parameters
ia
i
Throws
IOException

public Socket createSocket (Socket socket, String string, int i, boolean bln)

Parameters
socket
string
i
bln
Throws
IOException

public Socket createSocket ()

Throws
IOException

public Socket createSocket (String string, int i)

Parameters
string
i
Throws
IOException
UnknownHostException

public static SocketFactory getDefault ()

public String[] getDefaultCipherSuites ()

public String[] getSupportedCipherSuites ()