问题
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