1

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?

Michael Donohue
  • 11,776
  • 5
  • 31
  • 44
Hades
  • 75
  • 1
  • 12

2 Answers2

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.

amukhachov
  • 5,822
  • 1
  • 41
  • 60
1

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

rosco
  • 939
  • 9
  • 16