Hi all,
I've been trying to get my head around this and couldn't think of an elegant solution (probably caused by a lack of knowledge of most things http). I want to be able to send (from B4J client to B4J server) a string - actually a byte array of course - generated with B4XCipher's Encrypt method, from a client to a web server (that communication channel is a must).
Which jOkHttpUtils2 (or other if I'm barking up the wrong tree) objects/methods should I use on the sending and receiving side as on the receiving side I obviously want to be able to decrypt the received data?
Thanks in advance,
walt61
I've been trying to get my head around this and couldn't think of an elegant solution (probably caused by a lack of knowledge of most things http). I want to be able to send (from B4J client to B4J server) a string - actually a byte array of course - generated with B4XCipher's Encrypt method, from a client to a web server (that communication channel is a must).
Which jOkHttpUtils2 (or other if I'm barking up the wrong tree) objects/methods should I use on the sending and receiving side as on the receiving side I obviously want to be able to decrypt the received data?
Thanks in advance,
walt61