开发者

Net.rim.crypto not found

开发者 https://www.devze.com 2023-03-15 20:56 出处:网络
I\'ve been trying to use cryptography in my BlackBer开发者_Go百科ry application (using net.rim.crypto library) but when I try to run it on a 5.0 BlackBerry device, the app doesn\'t open and I get the

I've been trying to use cryptography in my BlackBer开发者_Go百科ry application (using net.rim.crypto library) but when I try to run it on a 5.0 BlackBerry device, the app doesn't open and I get the message "net.rim.crypto not found".

What I need to do to use RSA encryption (of text) in my app running on a 5.0 device?


The net.rim.crypto package does not exist in the BlackBerry OS, at least as far as I am aware. If you want to do encryption/cryptography on BlackBerries, you should use the net.rim.device.api.crypto package instead.

0

精彩评论

暂无评论...
验证码 换一张
取 消