diff options
author | Simon Rettberg | 2014-10-14 18:43:07 +0200 |
---|---|---|
committer | Simon Rettberg | 2014-10-14 18:43:07 +0200 |
commit | 37877f6afbef7532dfc90a61e1a0f25a42831219 (patch) | |
tree | f8367e6e65b1c66f975c7205a83af1081cfa06c5 /src | |
parent | Move AsymKeyHolder to master-sync-shared (diff) | |
download | satellite-daemon-37877f6afbef7532dfc90a61e1a0f25a42831219.tar.gz satellite-daemon-37877f6afbef7532dfc90a61e1a0f25a42831219.tar.xz satellite-daemon-37877f6afbef7532dfc90a61e1a0f25a42831219.zip |
...
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/org/openslx/satellitedaemon/Identity.java | 1 |
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 |