The code is dated, but it encrypted documents using a symmetric key, which in turn was encrypted with a public key from an X509 digital certificate. The ciphertext and meta-data were stored using the XML Encryption schema: http://sourceforge.net/projects/strongkey.
You can also find more recent code in another SourceForge project, but the symmetric key is not encrypted using digital certificates - its stored on a centralized key-management system with the metadata pointing to the URL of the KM solution where the key can be retrieved by authorized requesters: http://sourceforge.net/projects/skce. Arshad Noor StrongAuth, Inc. On 03/24/2014 02:58 PM, David Yu wrote:
Dear Santuario developers, Currently I am trying to encrypt XML document. I can find example from samples inside Santuario project. I would like to know if someone can provide example code for XML encryption using x.509 certificate? Thanks Tsun
