Re: XMLEncryptionException: Padding: ISO10126PADDING not implemented

2004-06-11 Thread Sean Mullan
Sun's JCE provider does support that padding scheme in J2SE 1.5 (currently at beta 2): http://java.sun.com/j2se/1.5/ --Sean Axl Mattheus wrote: Which cryptographic provider are you using? I do not think that the SunJCE provides this padding scheme. Use Bouncy Castle instead. Ax/ -Original Messa

Re: XMLEncryptionException: Padding: ISO10126PADDING not implemented

2004-06-11 Thread Dominik Schadow
Thanks Vishal. Looks like that is the problem. Not solved yet but I'm working on it. Dominik > >Vishal, > > > >Thanks for your answer. I upgraded to the lastet Bouncy Castle jar > >(bc-jce-jdk13-123.jar). Nothing changed, same exception (ISO10126PADDING > not > >implemented). > > > >The bc-jar

Re: XMLEncryptionException: Padding: ISO10126PADDING not implemented

2004-06-11 Thread Vishal Mahajan
Dominik Schadow wrote: Vishal, Thanks for your answer. I upgraded to the lastet Bouncy Castle jar (bc-jce-jdk13-123.jar). Nothing changed, same exception (ISO10126PADDING not implemented). The bc-jar file is located in jre_home/lib/endorsed. /lib/ext doesn't work as well as in the jdk_hom

Re: XMLEncryptionException: Padding: ISO10126PADDING not implemented

2004-06-11 Thread Dominik Schadow
Vishal, Thanks for your answer. I upgraded to the lastet Bouncy Castle jar (bc-jce-jdk13-123.jar). Nothing changed, same exception (ISO10126PADDING not implemented). The bc-jar file is located in jre_home/lib/endorsed. /lib/ext doesn't work as well as in the jdk_home dir. I don't know why. But t

Re: XMLEncryptionException: Padding: ISO10126PADDING not implemented

2004-06-10 Thread Vishal Mahajan
Dominik Schadow wrote: Hello, I always get a n org.apache.xml.security.encryption.XMLEncryptionException: Padding: ISO10126PADDING not implemented exception when I try to create a XMLCipher xmlCipher = XMLCipher.getInstance(XMLCipher.AES_128); It doesn't matter which algorithm I use here. Always

RE: XMLEncryptionException: Padding: ISO10126PADDING not implemented

2004-06-10 Thread Axl Mattheus
Which cryptographic provider are you using? I do not think that the SunJCE provides this padding scheme. Use Bouncy Castle instead. Ax/ -Original Message- From: Dominik Schadow [mailto:[EMAIL PROTECTED] Sent: 10 June 2004 01:11 PM To: [EMAIL PROTECTED] Subject: XMLEncryptionException: Pa

RE: XMLEncryptionException: Padding: ISO10126PADDING not implemented

2004-06-10 Thread Axl Mattheus
Which cryptographic provider are you using? I do not think that the SunJCE provides this padding scheme. Use Bouncy Castle instead. Ax/ -Original Message- From: Dominik Schadow [mailto:[EMAIL PROTECTED] Sent: 10 June 2004 01:11 PM To: [EMAIL PROTECTED] Subject: XMLEncryptionException: Pa