cancel
Showing results for 
Search instead for 
Did you mean: 

Encryption and decryption of message using X.509

former_member185845
Active Participant
0 Kudos

HI Friends,

My Scenarios is as follows

Third Parrty Java->PI->SAP ECC.

PI Exposes Web service and is consumed by Third party java System.

The Request comes from Third Party Systems (SOAP Sender Adapter) to PI then routes to ECC.then response sends back to Third Party System.

We are going for SSL/X.509 between Third Party System & PI.

Once encrypted and message is sent from Third PArty System, it gets decrypted at PI.The userid/pwd aer send in header Level of message.

In Message mapping can we access the userid from header level of message and do some processing?.

Can we access the Userid comming from decrypted message?

Thanks

Chandra Dasari

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185845
Active Participant
0 Kudos

Thanks Ali.

former_member190389
Active Contributor
0 Kudos

There are certain lib available to do such thing by Sun Java.

one of them is at http://java.sun.com/j2se/1.5.0/docs/api/java/security/cert/X509Certificate.html

You can use java mappings in XI and these classes to access the internal attributes of the X.509 certificates.