timwil Active Member Licensed User Longtime User Jun 5, 2012 #1 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: Jun 5, 2012
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
Erel B4X founder Staff member Licensed User Longtime User Jun 5, 2012 #2 Not with sockets directly. HttpClient and the other high level protocol implementations do support SSL conncetions. Upvote 0
Not with sockets directly. HttpClient and the other high level protocol implementations do support SSL conncetions.
timwil Active Member Licensed User Longtime User Jun 5, 2012 #3 Oh well so much for that idea Upvote 0
J Jost aus Soest Active Member Licensed User Longtime User Jul 19, 2012 #4 +1 I need SSLSockets, too. Please, please, please, ... Upvote 0
CapReed Member Licensed User Longtime User Aug 13, 2012 #5 Secure Sockets would be a great improvement. :sign0098: Upvote 0