X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/5859e7b9f78b5d8963c56c66b75530ee3f094bee..27d9424f1e7f607ac2dfad5b2164d065ffb79ef7:/src/main/java/cli/WhisperTrustStore.java diff --git a/src/main/java/cli/WhisperTrustStore.java b/src/main/java/cli/WhisperTrustStore.java deleted file mode 100644 index 08519653..00000000 --- a/src/main/java/cli/WhisperTrustStore.java +++ /dev/null @@ -1,18 +0,0 @@ -package cli; - -import org.whispersystems.textsecure.api.push.TrustStore; - -import java.io.InputStream; - -class WhisperTrustStore implements TrustStore { - - @Override - public InputStream getKeyStoreInputStream() { - return cli.WhisperTrustStore.class.getResourceAsStream("whisper.store"); - } - - @Override - public String getKeyStorePassword() { - return "whisper"; - } -}