X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fbouncycastle%2Fcrypto%2Fengines%2FRSAEngine.java;h=0aaee2d4d1a051decafee35170e5e6e740f8cefd;hp=c02e20a45349d48fb646400f28c7bf38310a5315;hb=da1f843588c8bd2b2c7cc74a5b4ffff8d57ab712;hpb=d70f271afd972a3bdeba9ee54b1e9a3334e6fe4b diff --git a/src/org/bouncycastle/crypto/engines/RSAEngine.java b/src/org/bouncycastle/crypto/engines/RSAEngine.java index c02e20a..0aaee2d 100644 --- a/src/org/bouncycastle/crypto/engines/RSAEngine.java +++ b/src/org/bouncycastle/crypto/engines/RSAEngine.java @@ -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;