diff options
author | Michael Koch <konqueror@gmx.de> | 2004-10-20 08:09:27 +0000 |
---|---|---|
committer | Michael Koch <mkoch@gcc.gnu.org> | 2004-10-20 08:09:27 +0000 |
commit | 724c25170e88a2f732fbeb999d42c0e1957f513e (patch) | |
tree | 3d774ff1b0b0d75208b4e54314d08803f0164dc1 /libjava/javax/crypto/SecretKeyFactory.java | |
parent | aa75e737b8f7267f43365e50cade11d2c69e22c0 (diff) | |
download | gcc-724c25170e88a2f732fbeb999d42c0e1957f513e.zip gcc-724c25170e88a2f732fbeb999d42c0e1957f513e.tar.gz gcc-724c25170e88a2f732fbeb999d42c0e1957f513e.tar.bz2 |
Timestamp.java, [...]: Reorganized imports and fixed copyright headers.
2004-10-20 Michael Koch <konqueror@gmx.de>
* java/sql/Timestamp.java,
java/text/AttributedCharacterIterator.java,
java/text/AttributedString.java,
java/util/zip/CheckedOutputStream.java,
java/util/zip/DeflaterOutputStream.java,
java/util/zip/ZipFile.java,
javax/crypto/Cipher.java,
javax/crypto/ExemptionMechanismException.java,
javax/crypto/SecretKey.java,
javax/crypto/SecretKeyFactory.java,
javax/naming/directory/ModificationItem.java,
javax/naming/directory/SearchControls.java,
javax/naming/event/NamingListener.java,
javax/naming/ldap/Control.java,
javax/naming/ldap/ExtendedResponse.java,
javax/net/ssl/SSLSocketFactory.java:
Reorganized imports and fixed copyright headers.
From-SVN: r89324
Diffstat (limited to 'libjava/javax/crypto/SecretKeyFactory.java')
-rw-r--r-- | libjava/javax/crypto/SecretKeyFactory.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libjava/javax/crypto/SecretKeyFactory.java b/libjava/javax/crypto/SecretKeyFactory.java index 92f18ec..d12e1b5 100644 --- a/libjava/javax/crypto/SecretKeyFactory.java +++ b/libjava/javax/crypto/SecretKeyFactory.java @@ -44,7 +44,6 @@ import java.security.InvalidKeyException; import java.security.NoSuchAlgorithmException; import java.security.NoSuchProviderException; import java.security.Provider; -import java.security.SecureRandom; import java.security.Security; import java.security.spec.KeySpec; import java.security.spec.InvalidKeySpecException; |