Re: Still stuck with problem. Re: Problem decrypting elements

2007-10-30 Thread Brent Putman
Hi Wolfgang, Since it's falling into the code branch in decryptToByteArray(Element) that indicates that you did not specify a data decryption key to XMLCipher#init(int, Key), then I assume you want to use an EncryptedKey to carry the carry the data decryption key and that you want the library to ha

RE: Still stuck with problem. Re: Problem decrypting elements

2007-10-30 Thread Wolfgang Freis
Quoting "Lucas, Mike" <[EMAIL PROTECTED]>: > Hi Wolfgang, > > I'm not sure what's wrong with the sample, but I can tell that I've used > the APIs to successfully encrypt and decrypt SAML messages with: > a) the entire element and all sub-elements encrypted > b) several different elements encrypt

RE: Still stuck with problem. Re: Problem decrypting elements

2007-10-30 Thread Lucas, Mike
Hi Wolfgang, I'm not sure what's wrong with the sample, but I can tell that I've used the APIs to successfully encrypt and decrypt SAML messages with: a) the entire element and all sub-elements encrypted b) several different elements encrypted Michael A. Lucas -Original Message- Fro

Still stuck with problem. Re: Problem decrypting elements

2007-10-30 Thread Wolfgang Freis
Hello all, I'm still stuck with this problem and don't know what else to try. I'm basically using the sample code with some modifications to handle multiple elements. Encryption works fine with child elements or contents both when a single or multiple elements with the same name are encrypted.

RE: Facing problem in using templatesign XML C++ Security library

2007-10-30 Thread Scott Cantor
> Thanks for your response. It will be really helpful for us if you could > provide us with the references / details explaining all the bug fixes made > on the library xml-security-c-1.3.1 till date. That's in the CHANGELOG in the release candidate I posted, and in subversion. -- Scott