X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/2c86b0bd9a7abfd4a751fc1d6ab723d3a2c54c8a..d0dae4e064ce2b41e4e6fcde786eec6e179656d6:/src/main/java/cli/JsonAxolotlStore.java?ds=sidebyside diff --git a/src/main/java/cli/JsonAxolotlStore.java b/src/main/java/cli/JsonAxolotlStore.java index cfed0cd8..e7eb054c 100644 --- a/src/main/java/cli/JsonAxolotlStore.java +++ b/src/main/java/cli/JsonAxolotlStore.java @@ -3,13 +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.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 {