cancel
Showing results for 
Search instead for 
Did you mean: 

XML Signature and Encryption

Former Member
0 Kudos

I need to know the difference between - Normal Signatures and XML Signatures.

We have a PTP tool which accepts files and encypts it and XI sends it to client.

One of our client requested for XML Signatures.

The PTP tool accepts any file and encrypts it. Can this be called XML Signatures?

What is the XML Signature and Encryption and How does it differ from normal encryptions?

Accepted Solutions (0)

Answers (1)

Answers (1)

sugata_bagchi2
Active Contributor
0 Kudos

Hi Pranu,

Basically XML-Signatures are used digitaly signed the documents over the internet. you can have a detail here-

http://en.wikipedia.org/wiki/XML_Signature

and for XML encryption you can refer this-

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f0ac06cf-6ee2-2c10-df98-e17430ca5949

Thanks

Sugata B Majumder

Former Member
0 Kudos

Thanks for the reply.

The link give a fair idea about what the XML signatures are.

Any idea how to generate the hash and apply it to an XML in ABAP?

My basic requirement is to get the XML file digitally signed but I am not getting the right direction.

We would like to achieve this using ABAP.

Any help would be appretiated.

Pranu