Package de.elo.mover.main.ldap
Class MySSLSocketFactory
java.lang.Object
javax.net.SocketFactory
javax.net.ssl.SSLSocketFactory
de.elo.mover.main.ldap.MySSLSocketFactory
Überschrift: MySSLSocketFactory.
Beschreibung: Implementierung einer SSLSocketFactory.
Copyright: Copyright (c) ELO Digital Office GmbH 2018
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSocket(String string, int i) createSocket(String string, int i, InetAddress ia, int i1) createSocket(InetAddress ia, int i) createSocket(InetAddress ia, int i, InetAddress ia1, int i1) createSocket(Socket socket, String string, int i, boolean bln) static SocketFactoryLiefert eine Instanz dieser Klasse zurück.String[]String[]Methods inherited from class javax.net.ssl.SSLSocketFactory
createSocketMethods inherited from class javax.net.SocketFactory
createSocket
-
Constructor Details
-
MySSLSocketFactory
public MySSLSocketFactory()Konstruktor.
-
-
Method Details
-
getDefault
Liefert eine Instanz dieser Klasse zurück.- Returns:
- SocketFactory-Objekt
-
getDefaultCipherSuites
- Specified by:
getDefaultCipherSuitesin classSSLSocketFactory
-
getSupportedCipherSuites
- Specified by:
getSupportedCipherSuitesin classSSLSocketFactory
-
createSocket
- Specified by:
createSocketin classSSLSocketFactory- Throws:
IOException
-
createSocket
- Specified by:
createSocketin classSocketFactory- Throws:
IOExceptionUnknownHostException
-
createSocket
public Socket createSocket(String string, int i, InetAddress ia, int i1) throws IOException, UnknownHostException - Specified by:
createSocketin classSocketFactory- Throws:
IOExceptionUnknownHostException
-
createSocket
- Specified by:
createSocketin classSocketFactory- Throws:
IOException
-
createSocket
- Specified by:
createSocketin classSocketFactory- Throws:
IOException
-