TrustSAPSSLSocketFactory class

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

Package

com.sap.mobile.lib.sdmconnectivity

Syntax

public class TrustSAPSSLSocketFactory

Members

All members of TrustSAPSSLSocketFactory, including inherited members.

Variables
Modifier and Type Variable Description
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()