Return-Path: Delivered-To: apmail-xml-commons-dev-archive@www.apache.org Received: (qmail 18682 invoked from network); 10 Jan 2009 05:12:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jan 2009 05:12:12 -0000 Received: (qmail 27596 invoked by uid 500); 10 Jan 2009 05:12:12 -0000 Delivered-To: apmail-xml-commons-dev-archive@xml.apache.org Received: (qmail 27577 invoked by uid 500); 10 Jan 2009 05:12:12 -0000 Mailing-List: contact commons-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list commons-dev@xml.apache.org Received: (qmail 27567 invoked by uid 99); 10 Jan 2009 05:12:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jan 2009 21:12:12 -0800 X-ASF-Spam-Status: No, hits=-1.8 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mrglavas@ca.ibm.com designates 32.97.182.145 as permitted sender) Received: from [32.97.182.145] (HELO e5.ny.us.ibm.com) (32.97.182.145) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Jan 2009 05:12:01 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e5.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id n0A5A9Lm015733 for ; Sat, 10 Jan 2009 00:10:09 -0500 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id n0A5Belb195700 for ; Sat, 10 Jan 2009 00:11:40 -0500 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n0A5Ar1S008339 for ; Sat, 10 Jan 2009 00:10:53 -0500 Received: from d25ml03.torolab.ibm.com (d25ml03.torolab.ibm.com [9.26.6.104]) by d01av02.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n0A5Artp008331 for ; Sat, 10 Jan 2009 00:10:53 -0500 In-Reply-To: <5F81446A53ED4D459CB9368931AC2045@cisco.com> Subject: Re: FW: Need Security advice - Java To: commons-dev@xml.apache.org X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: From: Michael Glavassevich Date: Sat, 10 Jan 2009 00:11:39 -0500 X-MIMETrack: Serialize by Router on D25ML03/25/M/IBM(Release 7.0.3FP1|February 24, 2008) at 01/10/2009 00:11:39 MIME-Version: 1.0 Content-type: multipart/alternative; Boundary="0__=0ABBFFA9DF8FD7538f9e8a93df938690918c0ABBFFA9DF8FD753" Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org --0__=0ABBFFA9DF8FD7538f9e8a93df938690918c0ABBFFA9DF8FD753 Content-type: text/plain; charset=US-ASCII Hi Deepak, You got the wrong mailing list. I think you're looking for the XML Security project. See their website [1] for their mailing list details. Thanks. [1] http://santuario.apache.org/mail-lists.html Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrglavas@ca.ibm.com E-mail: mrglavas@apache.org Deepachandaran Palanisamy wrote on 01/09/2009 12:50:27 AM: > Hi, > > I am doing XML encryption/decryption using xmlsec-1.2.97.jar. > > I used to encrypt in client side using JRE1.4(Java Runtime > Environment) VM & decrypt in JRE1.4 on another VM on server side. > > Everything was going fine if client & server both uses JRE1.4. > > Now the server side VM is upgraded to JRE1.6 where decryption > happens.Now decryption is getting failed & throws below error > > java.security.InvalidKeyException: Wrong algorithm: AES or Rijndael required > at org.apache.xml.security.encryption.XMLCipher. > decryptToByteArray(Unknown Source) > at org.apache.xml.security.encryption.XMLCipher. > decryptElement(Unknown Source) > at org.apache.xml.security.encryption.XMLCipher.doFinal(Unknown Source) > > Please advice. > > -Deepak --0__=0ABBFFA9DF8FD7538f9e8a93df938690918c0ABBFFA9DF8FD753 Content-type: text/html; charset=US-ASCII Content-Disposition: inline

Hi Deepak,

You got the wrong mailing list. I think you're looking for the XML Security project. See their website [1] for their mailing list details.

Thanks.

[1] http://santuario.apache.org/mail-lists.html

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com

E-mail: mrglavas@apache.org

Deepachandaran Palanisamy <depalani@cisco.com> wrote on 01/09/2009 12:50:27 AM:

> Hi,
>  
> I am doing XML encryption/decryption using xmlsec-1.2.97.jar.
>  
> I used to encrypt in client side using  JRE1.4(Java Runtime
> Environment) VM & decrypt in JRE1.4 on another VM on server side.

>  
> Everything was going fine if client & server both uses JRE1.4.
>  
> Now the server side VM is upgraded to JRE1.6 where decryption
> happens.Now decryption is getting failed & throws below error

>  
> java.security.InvalidKeyException: Wrong algorithm: AES or Rijndael required
>  at org.apache.xml.security.encryption.XMLCipher.
> decryptToByteArray(Unknown Source)
>  at org.apache.xml.security.encryption.XMLCipher.
> decryptElement(Unknown Source)
>  at org.apache.xml.security.encryption.XMLCipher.doFinal(Unknown Source)

>  
> Please advice.
>
> -Deepak --0__=0ABBFFA9DF8FD7538f9e8a93df938690918c0ABBFFA9DF8FD753--