]>
nmode's Git Repositories - signal-cli/blob - src/main/java/org/asamk/textsecure/WhisperTrustStore.java
1 package org
.asamk
.textsecure
;
3 import org
.whispersystems
.textsecure
.api
.push
.TrustStore
;
5 import java
.io
.InputStream
;
7 class WhisperTrustStore
implements TrustStore
{
10 public InputStream
getKeyStoreInputStream() {
11 return WhisperTrustStore
.class.getResourceAsStream("whisper.store");
15 public String
getKeyStorePassword() {