Thanks! Not quite that brave just yet. Earnie!
-----Original Message----- From: Sean Mullan [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 3:29 PM To: [EMAIL PROTECTED] Subject: Re: problem trying to run the Encrypter sample java program Also, Sun's JCE provider supports the Triple DES Key Wrap algorithm as of 5.0 (aka 1.5) , available now in beta 2: http://java.sun.com/j2se/1.5.0/download.jsp --Sean Earnie Dyke wrote: > That was it. I installed Bouncy Castle and it works now. Thanks for the > help!!! > > Earnie! > > -----Original Message----- > *From:* Vishal Mahajan [mailto:[EMAIL PROTECTED] > *Sent:* Thursday, August 26, 2004 11:42 AM > *To:* [EMAIL PROTECTED] > *Subject:* Re: problem trying to run the Encrypter sample java program > > Looks like you're missing a JCE provider in your JRE that provides > support for the DES key-wrap algorithm. > > Vishal > > Earnie Dyke wrote: > >> Greetings all! >> >> I am trying to run the Encrypter sample java program and am >> receiving the following error: >> >> org.apache.xml.security.encryption.XMLEncryptionException: The >> requested algorithm http://www.w3.org/2001/04/xmlenc#kw-tripledes >> does not exist. Original Message was: No provider found that >> supports this algorithm >> >> at >> org.apache.xml.security.encryption.XMLCipher.getInstance(Unknown >> Source) >> >> at >> org.apache.xml.security.samples.encryption.Encrypter.main(Encrypter.java :163) >> >> Exception in thread "main" >> >> Any idea what is causing this? I have search Google and have been >> unable to resolve the problem. I have made NO changes to the >> sample app. I am using JDK 1.4.2_05 and have Xalan 2.6.0 and >> Xerces 2.6.2 installed. >> >> Any and all help will be welcomed! >> Thanks! >> >> Earnie! > >
