summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2014-10-14 18:43:07 +0200
committerSimon Rettberg2014-10-14 18:43:07 +0200
commit37877f6afbef7532dfc90a61e1a0f25a42831219 (patch)
treef8367e6e65b1c66f975c7205a83af1081cfa06c5
parentMove AsymKeyHolder to master-sync-shared (diff)
downloadsatellite-daemon-37877f6afbef7532dfc90a61e1a0f25a42831219.tar.gz
satellite-daemon-37877f6afbef7532dfc90a61e1a0f25a42831219.tar.xz
satellite-daemon-37877f6afbef7532dfc90a61e1a0f25a42831219.zip
...
-rw-r--r--src/main/java/org/openslx/satellitedaemon/Identity.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/org/openslx/satellitedaemon/Identity.java b/src/main/java/org/openslx/satellitedaemon/Identity.java
index de30fbb..b79ad68 100644
--- a/src/main/java/org/openslx/satellitedaemon/Identity.java
+++ b/src/main/java/org/openslx/satellitedaemon/Identity.java
@@ -12,6 +12,7 @@ import java.security.spec.InvalidKeySpecException;
import java.util.Properties;
import org.apache.log4j.Logger;
+import org.openslx.encryption.AsymKeyHolder;
import org.openslx.satellitedaemon.util.Util;
public class Identity