views:

14

answers:

1

How can we implement client side SSL in J2ME? Any available resource or source code??

I want to validate the particular service is accessed by a particular phone.

+1  A: 

The bouncycastle Java libraries have a J2ME version (now called JME) that includes an SSL/TLS api.

GregS