Author: coheigea
Date: Wed Mar 28 10:28:11 2012
New Revision: 1306243
URL: http://svn.apache.org/viewvc?rev=1306243&view=rev
Log:
[WSS-382] - Updating README
Modified:
webservices/wss4j/trunk/README.txt
Modified: webservices/wss4j/trunk/README.txt
URL:
http://svn.apache.org/viewvc/webservices/wss4j/trunk/README.txt?rev=1306243&r1=1306242&r2=1306243&view=diff
==============================================================================
--- webservices/wss4j/trunk/README.txt (original)
+++ webservices/wss4j/trunk/README.txt Wed Mar 28 10:28:11 2012
@@ -45,3 +45,14 @@ The master link to WSS4J: http://ws.apac
Apache WSS4J : http://ws.apache.org/wss4j/
Bouncycastle : http://www.bouncycastle.org/
+* Test Requirements *
+
+The WSS4J unit tests use STRONG encryption. The default encryption algorithms
+included in a JRE is not adequate for these samples. The Java Cryptography
+Extension (JCE) Unlimited Strength Jurisdiction Policy Files available on
+Oracle's JDK download page[1] *must* be installed for the tests to work. If
+you get errors about invalid key lengths, the Unlimited Strength files are not
+installed.
+
+[1] http://www.oracle.com/technetwork/java/javase/downloads/index.html
+