Eric, As an example:
Let's say you have a name, address, and phone number in an xml doc. The requirement is to extract the data so we would have something like: BobJones200DriveDallasTX9725557788 and then: 1. calc the digest value of the concatenated string using SHA-1 hash 2. calc signature using RSASSA-PKCS1-v1_5 w/ private key Is that possible using the xmlsec library? thanks, Paul.
