黑莓RSA算法实现?
有谁知道 Blackberry 平台 RSA 实现的好例子或 API 文档?
我的任务是根据自己的协议在服务器和设备之间进行加密解密对话。
Does anyone know good example or API documentation of RSA implementation for Blackberry platform?
My task is encrypt-decrypt conversation between server and device on own protocol.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
BlackBerry API 提供 RSA 加密。检查此处 。唯一的事情是,要在真实设备上使用这些类,您需要使用 Certicom 密钥对您的应用程序进行签名。
The BlackBerry API provides RSA encryption. Check here. The only thing is that to use those classes on a real device you need to sign your app with the Certicom key.