Abstract out TrustStore interface.

// FREEBIE
This commit is contained in:
Moxie Marlinspike
2014-11-12 17:09:59 -08:00
parent cbebc040cc
commit 9215322846
6 changed files with 18 additions and 9 deletions

View File

@@ -3,11 +3,12 @@ package org.thoughtcrime.securesms.push;
import android.content.Context;
import org.thoughtcrime.securesms.R;
import org.whispersystems.textsecure.api.push.TrustStore;
import org.whispersystems.textsecure.internal.push.PushServiceSocket;
import java.io.InputStream;
public class TextSecurePushTrustStore implements PushServiceSocket.TrustStore {
public class TextSecurePushTrustStore implements TrustStore {
private final Context context;