Stow, John
2006-12-21 12:19:23 UTC
Hi,
I'm in the same boat as Masahito Numata was in January 2005:
I have performed the following steps...
1. download the BouncyCastle encryption library (jar file)
2. copy it in <JAVA_HOME> /jre /lib /ext
3. add the jar file to CLASSPATH
4. edit <JAVA_HOME> /jre /lib /security /java.security
security.provider.6=org.bouncycastle.jce.provider.BouncyCastleProvider
Now, what String should the following statement return, and where does
it come from?
SignatureAlgorithm.getImplementingClass("http://www.w3.org/2000/09/xmlds
ig#rsa-sha1");
Thanks,
John
I'm in the same boat as Masahito Numata was in January 2005:
I have performed the following steps...
1. download the BouncyCastle encryption library (jar file)
2. copy it in <JAVA_HOME> /jre /lib /ext
3. add the jar file to CLASSPATH
4. edit <JAVA_HOME> /jre /lib /security /java.security
security.provider.6=org.bouncycastle.jce.provider.BouncyCastleProvider
Now, what String should the following statement return, and where does
it come from?
SignatureAlgorithm.getImplementingClass("http://www.w3.org/2000/09/xmlds
ig#rsa-sha1");
Thanks,
John