Home
last modified time | relevance | path

Searched refs:JSONFileKeyStoreClient (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/util/keystore/
DJSONFileKeyStoreClientTest.java39 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()
/tools/tradefederation/core/global_configuration/com/android/tradefed/util/keystore/
DJSONFileKeyStoreClient.java32 public class JSONFileKeyStoreClient implements IKeyStoreClient { class
38 public JSONFileKeyStoreClient() { in JSONFileKeyStoreClient() method in JSONFileKeyStoreClient
41 public JSONFileKeyStoreClient(File jsonFile) throws KeyStoreException { in JSONFileKeyStoreClient() method in JSONFileKeyStoreClient
DJSONFileKeyStoreFactory.java60 private JSONFileKeyStoreClient mCachedClient = null;
143 mCachedClient = new JSONFileKeyStoreClient(mJsonFile); in createKeyStoreInternal()