TrustSAPSSLSocketFactory class

Deprecated. since 3.0, Use com.sap.mobile.lib.request.TrustSAPSSLSocketFactory

Syntax

public class TrustSAPSSLSocketFactory extends SSLSocketFactory

Members

All members of TrustSAPSSLSocketFactory, including inherited members.

Variables
Modifier and Type Variable Description
ISDMLogger mLogger  
ISDMPreferences mPreferences  
public static final String TLS_SSL_CONTEXT  
Constructors
Modifier and Type Constructor Description
public TrustSAPSSLSocketFactory(KeyStore, String, final ISDMRequestManager)  
Methods
Modifier and Type Method Description
public Socket createSocket()  
public Socket createSocket(Socket, String, int, boolean)  
public Socket createSocket(InetAddress, int, InetAddress, int)  
public Socket createSocket(InetAddress, int)  
public Socket createSocket(String, int, InetAddress, int)  
public Socket createSocket(String, int)  
public String[] getDefaultCipherSuites()  
public String[] getSupportedCipherSuites()