RequestManager.SSLChallengeListener class

Listener to set call back so that application can accept or reject the server certificate.

Syntax

public class SSLChallengeListener extends com.sap.mobile.lib.request.HttpsTrustManager.TrustManagerListener

Members

All members of SSLChallengeListener, including inherited members.

Methods
Modifier and Type Method Description
public boolean checkServerTrusted(X509Certificate[]) Call back for the application to accept or reject the server certificate.