X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/4d83d2168ae78fd414a4dcce5aa630df240aedb8..ef5d3a65f8de2ae8e17adfb7c307d88b0c04778a:/src/main/java/cli/JsonAxolotlStore.java diff --git a/src/main/java/cli/JsonAxolotlStore.java b/src/main/java/cli/JsonAxolotlStore.java index 57282f12..e7eb054c 100644 --- a/src/main/java/cli/JsonAxolotlStore.java +++ b/src/main/java/cli/JsonAxolotlStore.java @@ -3,14 +3,15 @@ package cli; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import com.fasterxml.jackson.databind.annotation.JsonSerialize; -import org.json.JSONObject; -import org.whispersystems.libaxolotl.*; +import org.whispersystems.libaxolotl.AxolotlAddress; +import org.whispersystems.libaxolotl.IdentityKey; +import org.whispersystems.libaxolotl.IdentityKeyPair; +import org.whispersystems.libaxolotl.InvalidKeyIdException; import org.whispersystems.libaxolotl.state.AxolotlStore; import org.whispersystems.libaxolotl.state.PreKeyRecord; import org.whispersystems.libaxolotl.state.SessionRecord; import org.whispersystems.libaxolotl.state.SignedPreKeyRecord; -import java.io.IOException; import java.util.List; class JsonAxolotlStore implements AxolotlStore {