Blackberry AES encryption error

徘徊边缘 提交于 2020-01-05 09:23:26

问题


I have implemented AES encryption in BlackBerry using code from the Knowledge Base Article "How to - Use Advanced Encryption"

I keep getting error:

Module 'net_rim_crypto' not found.

In the code I have imported net.rim.device.api.crypto.*; package, but I can't find the package net.rim.crypto.

Do I need to add any external jar for that?


回答1:


You should install JRE 4.6 and set the API level to 4.6 and OS of the target device should be higher than JRE version.




回答2:


If you have problem with BlackBerry API or OS version, you may consider to use bouncy castle for j2me.



来源:https://stackoverflow.com/questions/10529390/blackberry-aes-encryption-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!