How
would I go about remedying this? I was under the impression that the DES
provider came with JDK 1.4.2_05.
Thanks!
Earnie!
-----Original Message-----Looks like you're missing a JCE provider in your JRE that provides support for the DES key-wrap algorithm.
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
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 algorithmat 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!
