ok that's good for you but nobody can help me about my xml signature ?
Thanks
Brent Putman wrote:
>
>
>
> [EMAIL PROTECTED] wrote:
>>
>> Very helpful information guys, thanx...
>>
>> I am using bouncycastle, which should handle ISO10126 padding even in
>> 1.4 though, right?
>
> Yes, I bel
[EMAIL PROTECTED] wrote:
Very helpful information guys, thanx...
I am using bouncycastle, which should handle ISO10126 padding even in
1.4 though, right?
Yes, I believe so, although I haven't tried it. But that's the whole
point of the extensible security provider framework.
The issue
Very helpful information guys, thanx...
I am using bouncycastle, which should handle ISO10126 padding even in 1.4
though, right?
The issue then becomes, why isn't it finding the bouncycastle provider
under 1.4 like it does under 1.5.
I dump the providers and it is there, it just isn't being sel
Brent Putman wrote:
The JCEID algorithm identifier gets looked up by the relevant security
provider class (e.g. Cipher), and is based on all 3 parameters: the
cipher, mode and padding.
This is highly platform vendor and version specific but as far as I
remember, support for the ISO10126 paddi
The JCEID algorithm identifier gets looked up by the relevant security
provider class (e.g. Cipher), and is based on all 3 parameters: the
cipher, mode and padding.
This is highly platform vendor and version specific but as far as I
remember, support for the ISO10126 padding for XML Encryption
This isn't technically an XML Security issue, I know, but any help
appreciated.
Under Java 1.5 when I try to create a, XMLCipher, XMLCipher.AES_128 is
mapped to a JCEID of AES/CBC/ISO10126Padding , whihc is then mapped to a
bouncycastle service of AES. All is well.
Under Java 1.4, XMLCipher.A
Hi,
I'm a newbie in xml signature. I have look at the example : templatesign in
order to sign a xml file with a key in a PEM file but i have the error :
could not find node
I don't undestand why a node is requiered because my first file
can't have this node.
In the future i would like to make m