SAP Fiori Client Guide

onGetCertificateSuccess Method

This method is called by certificate provider to asynchronously report the result for the getCertificate method. onGetCertificateSuccess is called after the certificate provider successfully obtains the x509KeyManager object. This method is only used in the SAP Mobile Platform registration case, where getCertificate is called.

Syntax

void onGetCertificateSuccess(X509KeyManager aCertObject)

Parameters

  • aCertObject The object returned by the certificate provider. It can be used for the end user for registration.

Returns

None.