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
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
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
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.
> 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