aboutsummaryrefslogtreecommitdiff
path: root/libjava/javax/crypto/spec
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-10-21 20:38:29 +0000
committerMichael Koch <mkoch@gcc.gnu.org>2004-10-21 20:38:29 +0000
commitd69201f46e3a00f06da3957ea56501ae9e9ca6e2 (patch)
treeb187a3b6e36cfada2319777171865fcc6e125dda /libjava/javax/crypto/spec
parent78fe42c391823366611caab754d28c7aed5609c4 (diff)
downloadgcc-d69201f46e3a00f06da3957ea56501ae9e9ca6e2.zip
gcc-d69201f46e3a00f06da3957ea56501ae9e9ca6e2.tar.gz
gcc-d69201f46e3a00f06da3957ea56501ae9e9ca6e2.tar.bz2
Cipher.java, [...]: Import cleanup.
2004-10-21 Michael Koch <konqueror@gmx.de> * 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
Diffstat (limited to 'libjava/javax/crypto/spec')
-rw-r--r--libjava/javax/crypto/spec/SecretKeySpec.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/javax/crypto/spec/SecretKeySpec.java b/libjava/javax/crypto/spec/SecretKeySpec.java
index 6d9f4b8..63c6968 100644
--- a/libjava/javax/crypto/spec/SecretKeySpec.java
+++ b/libjava/javax/crypto/spec/SecretKeySpec.java
@@ -39,6 +39,7 @@ exception statement from your version. */
package javax.crypto.spec;
import java.security.spec.KeySpec;
+
import javax.crypto.SecretKey;
/**