Secure Sockets?

timwil

Active Member
Licensed User
Longtime User
Sorry if this has been asked before but I could not find it.

I have a PC based credit card authorization program that uses a secure socket to achieve authorizations over the internet.

I would like to port it to Android and make my b4a apps even better :)

The question is: Is there a way to have a secure socket in b4a? I do not see any options for that in the Network Library.

Thanks for any assistance in this matter

Tim


I see it is possible http://developer.android.com/reference/javax/net/ssl/SSLSocket.html
 
Last edited:
Top