X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/73e8c4cabfe55dd4dbea501334c6925d2844a3fb..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 621b43e9..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; - -public class WhisperTrustStore implements TrustStore { - - @Override - public InputStream getKeyStoreInputStream() { - return cli.WhisperTrustStore.class.getResourceAsStream("whisper.store"); - } - - @Override - public String getKeyStorePassword() { - return "whisper"; - } -}