Searched refs:JSONFileKeyStoreClient (Results 1 – 3 of 3) sorted by relevance
39 JSONFileKeyStoreClient mKeyStore = null;43 mKeyStore = new JSONFileKeyStoreClient(); in setUp()49 new JSONFileKeyStoreClient(null); in testKeyStoreNullFile()63 new JSONFileKeyStoreClient(test); in testKeyStoreFetchUnreadableFile()77 new JSONFileKeyStoreClient(test); in testKeyStoreFetchEmptyFile()91 JSONFileKeyStoreClient keystore = new JSONFileKeyStoreClient(test); in testKeyStoreFetchFile()
32 public class JSONFileKeyStoreClient implements IKeyStoreClient { class38 public JSONFileKeyStoreClient() { in JSONFileKeyStoreClient() method in JSONFileKeyStoreClient41 public JSONFileKeyStoreClient(File jsonFile) throws KeyStoreException { in JSONFileKeyStoreClient() method in JSONFileKeyStoreClient
60 private JSONFileKeyStoreClient mCachedClient = null;143 mCachedClient = new JSONFileKeyStoreClient(mJsonFile); in createKeyStoreInternal()