Check if the public key is provisioned on the client.
public boolean IsSUPKeyProvisioned() throws come.sybase.mo.MessagingClientException
If the key is provisioned, the value 'true' is returned, else 'false'.
LiteAppSettings appSettings = new LiteAppSettings();
if(appSettings.IsSUPKeyProvisioned())
{
Log.i(null,"IsSUPKeyProvisioned is true");
}