diff options
| author | Nils Schwabe | 2014-06-23 15:12:57 +0200 |
|---|---|---|
| committer | Nils Schwabe | 2014-06-23 15:12:57 +0200 |
| commit | e37fd784eefe513eda7ab946dcf92b8e8fe1b8a6 (patch) | |
| tree | 7f7fe48fd392223ee63166467f6342553b2ddc77 /src/main/java/org/openslx/imagemaster/util | |
| parent | Forgot thrift file (diff) | |
| download | masterserver-e37fd784eefe513eda7ab946dcf92b8e8fe1b8a6.tar.gz masterserver-e37fd784eefe513eda7ab946dcf92b8e8fe1b8a6.tar.xz masterserver-e37fd784eefe513eda7ab946dcf92b8e8fe1b8a6.zip | |
Fix some issues with the ftp connection and the ftp user management
Remove some not needed imports from various files
Diffstat (limited to 'src/main/java/org/openslx/imagemaster/util')
| -rw-r--r-- | src/main/java/org/openslx/imagemaster/util/AsymMessageVerifier.java | 1 | ||||
| -rw-r--r-- | src/main/java/org/openslx/imagemaster/util/Util.java | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/src/main/java/org/openslx/imagemaster/util/AsymMessageVerifier.java b/src/main/java/org/openslx/imagemaster/util/AsymMessageVerifier.java index e2a0a0e..ccd7ced 100644 --- a/src/main/java/org/openslx/imagemaster/util/AsymMessageVerifier.java +++ b/src/main/java/org/openslx/imagemaster/util/AsymMessageVerifier.java @@ -14,7 +14,6 @@ import java.security.cert.CertificateException; import java.security.spec.X509EncodedKeySpec; import org.openslx.imagemaster.db.DbKey; -import org.openslx.imagemaster.db.DbSatellite; public class AsymMessageVerifier { diff --git a/src/main/java/org/openslx/imagemaster/util/Util.java b/src/main/java/org/openslx/imagemaster/util/Util.java index 9805c21..fb13c86 100644 --- a/src/main/java/org/openslx/imagemaster/util/Util.java +++ b/src/main/java/org/openslx/imagemaster/util/Util.java @@ -1,27 +1,9 @@ package org.openslx.imagemaster.util; import java.io.File; -import java.io.FileInputStream; -import java.io.FileNotFoundException; -import java.io.IOException; -import java.security.InvalidKeyException; -import java.security.Key; -import java.security.KeyPair; -import java.security.KeyStore; -import java.security.KeyStoreException; -import java.security.NoSuchAlgorithmException; -import java.security.PrivateKey; -import java.security.PublicKey; -import java.security.Signature; -import java.security.SignatureException; -import java.security.UnrecoverableKeyException; -import java.security.cert.Certificate; -import java.security.cert.CertificateException; import java.util.Random; import org.apache.log4j.Logger; -import org.openslx.imagemaster.Globals; -import org.openslx.imagemaster.Globals.PropString; public class Util { |
