本文介绍了黑莓AES加密错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在BlackBerry中使用知识库文章

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

我不断得到错误:

在代码中我已经导入了net.rim.device.api.crypto。*;包,但我找不到包net.rim.crypto。

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

我需要添加任何外部jar吗?

Do I need to add any external jar for that?

推荐答案

如果您有BlackBerry API或OS版本的问题,您可以考虑使用 for j2me。

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

这篇关于黑莓AES加密错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-12 10:27