resolve darcs stupidity
[org.ibex.core.git] / src / org / bouncycastle / crypto / engines / RSAEngine.java
index c02e20a..0aaee2d 100644 (file)
@@ -5,7 +5,6 @@ import java.math.BigInteger;
 import org.bouncycastle.crypto.CipherParameters;
 import org.bouncycastle.crypto.DataLengthException;
 import org.bouncycastle.crypto.AsymmetricBlockCipher;
-import org.bouncycastle.crypto.params.AsymmetricKeyParameter;
 import org.bouncycastle.crypto.params.RSAKeyParameters;
 import org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters;