cancel
Showing results for 
Search instead for 
Did you mean: 

Sending Encrypted data via network

Former Member
0 Kudos

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...

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_schwing
Active Participant
0 Kudos

Hi,

do you want to send encrypted data from a java class or from an ABAP OO class ?

Cheers, Stefan

VikasLamba
Advisor
Advisor
0 Kudos

Hi Stefan,

I want to do it both ways. In java we have javax.crypto package which allows us to encrypt data using any encryption algorithm liks DES when given as parameter. So do we have any function module in ABAP where we can pass data to encrypt/decrypt and also the algorithm used as parameter.

Or otherwise do we have any way to encrypt/decrypt data from ABAP and send over HTTP to a java client.

Regards,

Vikas