From d69201f46e3a00f06da3957ea56501ae9e9ca6e2 Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Thu, 21 Oct 2004 20:38:29 +0000 Subject: Cipher.java, [...]: Import cleanup. 2004-10-21 Michael Koch * javax/crypto/Cipher.java, javax/crypto/EncryptedPrivateKeyInfo.java, javax/crypto/ExemptionMechanism.java, javax/crypto/KeyAgreement.java, javax/crypto/KeyGenerator.java, javax/crypto/Mac.java, javax/crypto/SecretKeyFactory.java, javax/crypto/SecretKeyFactorySpi.java, javax/crypto/spec/SecretKeySpec.java: Import cleanup. From-SVN: r89398 --- libjava/javax/crypto/KeyAgreement.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libjava/javax/crypto/KeyAgreement.java') diff --git a/libjava/javax/crypto/KeyAgreement.java b/libjava/javax/crypto/KeyAgreement.java index 6f6ed34..884e0f9 100644 --- a/libjava/javax/crypto/KeyAgreement.java +++ b/libjava/javax/crypto/KeyAgreement.java @@ -38,8 +38,9 @@ exception statement from your version. */ package javax.crypto; -import java.lang.reflect.InvocationTargetException; +import gnu.java.security.Engine; +import java.lang.reflect.InvocationTargetException; import java.security.InvalidAlgorithmParameterException; import java.security.InvalidKeyException; import java.security.Key; @@ -50,8 +51,6 @@ import java.security.SecureRandom; import java.security.Security; import java.security.spec.AlgorithmParameterSpec; -import gnu.java.security.Engine; - /** * Key agreement is a method in which two or more parties may agree on a * secret key for symmetric cryptography or message authentication -- cgit v1.1