All,
How do I do data level encryption (PKI/SSL) on a bluetooth socket connection ? I checked J2ME and Symbian C++ classes., but what I could find was bluetooth socket and SSL sockets are seperate (not inherited) classes.
What I want to do is: I have a live BT connection (non-secure). Now I want to transfer a critical data - and that need to be secure. So If was plain old SSL or J2xE, I can convert my socket to a SSL socket. Can I do something like that with Symian/J2ME ? If not, is there a 3rd part library availale ?
thanks a lot
~b

Reply With Quote

