cancel
Showing results for 
Search instead for 
Did you mean: 

Handling PKC7 encypted data in PI

Former Member
0 Kudos

Hi All,

We have the following requirement where in :-

1)SAP sends a flat file of fixed length with data to PI.

2)There is no mapping transformation for the business data.

3)In PI, once we receive the file we need to encrypt the same using PKC7 standards.

4)After encryption, header and footer needs to be added and then sent to the target system. The details for header and footer needs to be fetched from the sender file name and the incoming flat file.

Can anyone suggest me on this.

Thanks in advance!

Thanks

Soundarya.

Accepted Solutions (0)

Answers (2)

Answers (2)

deepak_shah
Contributor
0 Kudos

Hi,

please check below thread.

regards,

Deepak

Former Member
0 Kudos

Hi Deepak,

Thanks for that.Its really helpful.

Thanks

Soundarya

sugata_bagchi2
Active Contributor
0 Kudos

Hi Soundrya,

I think you need to import the crtificate for the same first, you can refer the key pair value in the adapter (keystore) also for this certificate, once deployed in J2EE.

you can have look ti these-

http://stackoverflow.com/questions/3770233/is-it-possible-to-programmatically-generate-an-x509-certi...

You can also write one adapter module for the Header and footer data.

Thanks

Sugata

Former Member
0 Kudos

Hi Sugata,

Thanks for your reply. I am just checking on that. I will get back to you for further clarifications.

Thanks

Soundarya.