Certificates can be provisioned for BlackBerry devices using Afaria.
Note: This API is deprecated.
Syntax
public static String getSignedCertificateFromAfaria(String CN, String challengeCode) throws com.sybase.persistence.SSOCertManagerException, IOException
Parameters
- CN – A character-type common 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.