You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ru...@apache.org on 2006/01/05 10:59:30 UTC

svn commit: r366144 - /webservices/axis2/trunk/java/xdocs/security-module.html

Author: ruchithf
Date: Thu Jan  5 01:59:26 2006
New Revision: 366144

URL: http://svn.apache.org/viewcvs?rev=366144&view=rev
Log:
Updated the security-module.html

Modified:
    webservices/axis2/trunk/java/xdocs/security-module.html

Modified: webservices/axis2/trunk/java/xdocs/security-module.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/security-module.html?rev=366144&r1=366143&r2=366144&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/security-module.html (original)
+++ webservices/axis2/trunk/java/xdocs/security-module.html Thu Jan  5 01:59:26 2006
@@ -151,6 +151,11 @@
 interface to provide the crypto information required by WSS4J. The other properties defined are the configuration
  properties used by the implementation class (org.apache.ws.security.components.crypto.Merlin).
  
+<h2>JDK 1.5</h2>
+<p>If you are using JDK1.5 make sure you add bouncycastle as a JCE provider of the JRE</p> 
+<p>Simply add <b>security.provider.X=org.bouncycastle.jce.provider.BouncyCastleProvider</b> entry in 
+<b>JDK_HOME/jre/lib/security/java.security</b> file.</p>
+
 <p><b>References</b></p>
 <p>1. <a href="http://ws.apache.org/wss4j">Apache WSS4J</a></p>
 <br>