Retrieval of Certificate Names

Retrieves a list of file names for the .p12 certificates on the Unwired Server.

Syntax

List<String> getApplePushNotificationCertificateNames() throws SUPAdminException;

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples

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