I want to send encrypted data from my class to a HTTP client. I searched alot but everywhere it was mentioned about SSL etc. but no where I could find exactly how can I encrypt a string in my method and send it to the client (probably via using ICF).
Please help me...