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