Stas
Stas

Reputation: 103

Blackberry RSA algorithm implementation?

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.

Upvotes: 2

Views: 603

Answers (1)

Jonathan
Jonathan

Reputation: 1731

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.

Upvotes: 2

Related Questions