Hello everyone,
Before anything please accept my apology if I post this topic in a wrong forum.
In my project, we need to develop an app that should connect to a server (C++ written server) and transfer sensitive information to and from the server. Here is some prerequisite for the protocol we need:
1- TLS enabled
2- Very light in term of protocol size for handling request and response
3- Authentication
Is there any developed protocol for android to meet mentioned needs ? or we must use raw TCP socket programming to develop our programming?
Thanks in advance for your help and guidance
Before anything please accept my apology if I post this topic in a wrong forum.
In my project, we need to develop an app that should connect to a server (C++ written server) and transfer sensitive information to and from the server. Here is some prerequisite for the protocol we need:
1- TLS enabled
2- Very light in term of protocol size for handling request and response
3- Authentication
Is there any developed protocol for android to meet mentioned needs ? or we must use raw TCP socket programming to develop our programming?
Thanks in advance for your help and guidance