I've to add digital signatures to a xml document and recreate them..
How can i do this? I'm using simplexml to create xml documents. These digital signatures will be uploaded by users as either .pfx or .p12 file.
Is there any pre-defined classes for doing this?
If there is none, at least i want to know what details has to be added to a signed xml documents and how to get them from digital signature files?