Provisioning Certificates using Afaria

Certificates can be provisioned for BlackBerry devices using Afaria.

Syntax

public static String getSignedCertificateFromAfaria(String CN, String challengeCode) throws com.sybase.persistence.SSOCertManagerException, IOException

Parameters

  • CN – A character-type column name, variable, or constant expression of char, varchar, nchar, nvarchar, or unichar type. Corresponds to the certificate name.
  • challengeCode – Another character-type column name, variable, or constant expression of char, varchar, nchar, nvarchar, or unichar type.

Returns

Returns the certificate as a base64 encoded string.