Retrieval of Certificate Names

This method is deprecated. Retrieves a list of file names for the .p12 certificates on the SAP Mobile Server.

Syntax

List<String> getApplePushNotificationCertificateNames() throws SUPAdminException;

Returns

If successful, returns a list of objects of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples

  • Retrieval
    // List APNS certificate names
    List<String> list = supServerConf.getApplePushNotificationCertificateNames();