You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by di...@apache.org on 2006/11/30 15:44:26 UTC

svn commit: r480943 - /webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/BouncyCastle.java

Author: dims
Date: Thu Nov 30 06:44:19 2006
New Revision: 480943

URL: http://svn.apache.org/viewvc?view=rev&rev=480943
Log:
Fix for WSS-61 - Only the org.apache.ws.security.components.crypto.Merlin provider can be used

Modified:
    webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/BouncyCastle.java

Modified: webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/BouncyCastle.java
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/BouncyCastle.java?view=diff&rev=480943&r1=480942&r2=480943
==============================================================================
--- webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/BouncyCastle.java (original)
+++ webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/BouncyCastle.java Thu Nov 30 06:44:19 2006
@@ -59,6 +59,10 @@
         super(properties);
     }
 
+    public BouncyCastle(Properties properties, ClassLoader loader) throws CredentialException, IOException {
+    	super(properties,loader);
+    }
+
     /**
      * Construct an array of X509Certificate's from the byte array.
      * <p/>



---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org