cancel
Showing results for 
Search instead for 
Did you mean: 

J2EE SSL standard class in SAP

Former Member
0 Kudos

Hi Gurus,

how to use the J2EE SSL standard class in SAP, please send me the stuff to my mail ID XI.Srinu@gmail.com,

Cheers

srinivas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Srinivas

When using SSL or SNC to encrypt data communications at the network layer, you make use of the following security features:

· Authentication

With server-side authentication, the server identifies itself to the client when the connection is established, which reduces the risk of using “fake” servers to gain information from clients.

With mutual authentication, the both the client and the server are authenticated when the connection is established. You can use client-side authentication, for example, to authenticate users using SSL instead of using user IDs and passwords.

· Data integrity

The data being transferred between the client and the server is protected so that any manipulation of the data is detected.

· Data privacy

The data being transferred between the client and the server is also encrypted, which provides for privacy protection. An eavesdropper cannot access the data.

Helpful links:

Thanks

Abhsihek Mahajan

Reward points if helpful

Answers (1)

Answers (1)

justin_santhanam
Active Contributor
0 Kudos