]> nmode's Git Repositories - signal-cli/blobdiff - src/main/java/org/asamk/textsecure/JsonIdentityKeyStore.java
Update to signal-service-java 2.1.1
[signal-cli] / src / main / java / org / asamk / textsecure / JsonIdentityKeyStore.java
index 050158fc663cce7b50cbdcecc9f2938ac6fd6365..eaf973883a13b48187c5de6f9186ca52db994163 100644 (file)
@@ -4,10 +4,10 @@ import com.fasterxml.jackson.core.JsonGenerator;
 import com.fasterxml.jackson.core.JsonParser;
 import com.fasterxml.jackson.core.JsonProcessingException;
 import com.fasterxml.jackson.databind.*;
-import org.whispersystems.libaxolotl.IdentityKey;
-import org.whispersystems.libaxolotl.IdentityKeyPair;
-import org.whispersystems.libaxolotl.InvalidKeyException;
-import org.whispersystems.libaxolotl.state.IdentityKeyStore;
+import org.whispersystems.libsignal.IdentityKey;
+import org.whispersystems.libsignal.IdentityKeyPair;
+import org.whispersystems.libsignal.InvalidKeyException;
+import org.whispersystems.libsignal.state.IdentityKeyStore;
 
 import java.io.IOException;
 import java.util.HashMap;