RE: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-08-04 Thread Kuga
[mailto:kvisagam...@infoblox.com] Subject: RE: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad Please see the attached jce.jar. Jars are not allowed as attachments on this list - and sending jce.jar to an international list may be illegal. I am in the US

Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-08-03 Thread Kuga
Hi Chris, Please let me know if you have any idea on this? thanks Kuga Kuga wrote: Hi, I have uploaded the list. As I mentioned earlier it is evident that I dont see the Cipher.PBEWithMD5AndDES in that. NOTE: I am using a Linux Fedora FC12, 64 bit system. I havent installed the 64bit

RE: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-08-03 Thread Caldarale, Charles R
From: Kuga [mailto:kvisagam...@infoblox.com] Subject: Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad Please let me know if you have any idea on this? The one you're missing is this: SunJCE, version 1.6: SunJCE Provider (implements RSA, DES, Triple DES

RE: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-08-03 Thread Kuga
Hi, Thanks for the quick response. Please see the attached jce.jar. I am in the US. Wonder how to resolve such issues? thanks Kuga n828cl wrote: From: Kuga [mailto:kvisagam...@infoblox.com] Subject: Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

RE: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-08-03 Thread Caldarale, Charles R
From: Kuga [mailto:kvisagam...@infoblox.com] Subject: RE: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad Please see the attached jce.jar. Jars are not allowed as attachments on this list - and sending jce.jar to an international list may be illegal. I am

Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kuga, On 7/28/2010 6:59 PM, Kuga wrote: Thanks for the quick response, much appreciated: -bash-4.0# /usr/local/jre/bin/java -version java version 1.6.0_17 Java(TM) SE Runtime Environment (build 1.6.0_17-b04) Java HotSpot(TM) Server VM (build

Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-07-30 Thread Kuga
Hi, I have uploaded the list. As I mentioned earlier it is evident that I dont see the Cipher.PBEWithMD5AndDES in that. NOTE: I am using a Linux Fedora FC12, 64 bit system. I havent installed the 64bit JRE, could this be any reason for not generating the correct provider list? Thanks Kuga

Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-07-28 Thread Kuga
Hi, We are using Java 1.6.0_17. I dont see the Cipher.PBEWithMD5AndDES in the providers list, as a result the Security.getProvider(Cipher.PBEWithMD5AndDES) is returning NULL. Is there a way to generate these providers? or am I missing something in that environment. I am using Linux Fedora 12.

RE: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-07-28 Thread Caldarale, Charles R
From: Kuga [mailto:kvisagam...@infoblox.com] Subject: Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad We are using Java 1.6.0_17. Are you absolutely certain? I dont see the Cipher.PBEWithMD5AndDES in the providers list It's there in the standard 1.6

RE: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-07-28 Thread Kuga
have executed the program, and dont see any of the Cipher. Thanks Kuga n828cl wrote: From: Kuga [mailto:kvisagam...@infoblox.com] Subject: Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad We are using Java 1.6.0_17. Are you absolutely certain? I

Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2009-07-14 Thread nitingautam
I ran the program that Chris shown above following is the output: Provider: SUN version 1.42 === provider properties: Alg.Alias.AlgorithmParameters.1.2.840.10040.4.1=DSA Alg.Alias.AlgorithmParameters.1.3.14.3.2.12=DSA Alg.Alias.CertificateFactory.X509=X.509

Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2009-07-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 7/14/2009 3:15 AM, nitingautam wrote: I ran the program that Chris shown above following is the output: Provider: SUN version 1.42 I don't see anything about supported modes or padding. I have a 1.4.2 JVM lying around

Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2009-07-14 Thread nitingautam
It is still working sometime and sometime not. Today itself out of 10 instance it worked in 7 instances when I run application on Tomcat. This is not possible currently to upgrade to 1.5 Christopher Schultz-2 wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern,

Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2009-07-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, (Marked as OT since this is a JVM issue, not a Tomcat issue). On 7/9/2009 11:01 AM, nitingautam wrote: In my web application i am using ldap authentication. I am using tomcat 5.5 with jdk 1.4. From some days when I try to

Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2009-07-13 Thread nitingautam
I am using JAVA 1.4.2_17-b06 I face this issue sometimes only. Now days coming regularly :( how to fix then Christopher Schultz-2 wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, (Marked as OT since this is a JVM issue, not a Tomcat issue). On 7/9/2009

Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2009-07-13 Thread Mark Thomas
nitingautam wrote: I am using JAVA 1.4.2_17-b06 I face this issue sometimes only. Now days coming regularly :( how to fix then How about a) reading what Chris wrote when you asked this question b) doing what he suggests c) posting the results you get Mark Christopher Schultz-2 wrote: To