You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wss4j-dev@ws.apache.org by ru...@apache.org on 2006/04/29 13:26:14 UTC

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

Author: ruchithf
Date: Sat Apr 29 04:26:08 2006
New Revision: 398122

URL: http://svn.apache.org/viewcvs?rev=398122&view=rev
Log:
Getting org.apache.ws.security.components.crypto.BouncyCastle to compile in JDK 1.5 with bcprov-jdk15-131.jar


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/viewcvs/webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/BouncyCastle.java?rev=398122&r1=398121&r2=398122&view=diff
==============================================================================
--- 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 Sat Apr 29 04:26:08 2006
@@ -18,11 +18,6 @@
 package org.apache.ws.security.components.crypto;
 
 import org.apache.ws.security.WSSecurityException;
-import org.bouncycastle.jce.cert.CertPath;
-import org.bouncycastle.jce.cert.CertificateFactory;
-import org.bouncycastle.jce.cert.PKIXParameters;
-import org.bouncycastle.jce.cert.CertPathValidator;
-import org.bouncycastle.jce.cert.CertPathValidatorException;
 
 import java.io.ByteArrayInputStream;
 import java.io.IOException;
@@ -30,9 +25,14 @@
 import java.security.InvalidAlgorithmParameterException;
 import java.security.KeyStoreException;
 import java.security.NoSuchAlgorithmException;
-import java.security.cert.X509Certificate;
-import java.security.cert.CertificateException;
+import java.security.cert.CertPath;
+import java.security.cert.CertPathValidator;
+import java.security.cert.CertPathValidatorException;
 import java.security.cert.CertificateEncodingException;
+import java.security.cert.CertificateException;
+import java.security.cert.CertificateFactory;
+import java.security.cert.PKIXParameters;
+import java.security.cert.X509Certificate;
 import java.util.Arrays;
 import java.util.Iterator;
 import java.util.List;



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