Home
last modified time | relevance | path

Searched refs:createKeyStoreClient (Results 1 – 9 of 9) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/util/keystore/
DJSONFileKeyStoreFactoryTest.java60 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_same()
62 IKeyStoreClient client2 = mFactory.createKeyStoreClient(); in testLoadKeyStore_same()
71 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_modified()
74 IKeyStoreClient client2 = mFactory.createKeyStoreClient(); in testLoadKeyStore_modified()
87 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_null()
90 IKeyStoreClient client2 = mFactory.createKeyStoreClient(); in testLoadKeyStore_null()
/tools/tradefederation/core/src/com/android/tradefed/util/keystore/
DIKeyStoreFactory.java29 public IKeyStoreClient createKeyStoreClient() throws KeyStoreException; in createKeyStoreClient() method
DStubKeyStoreFactory.java25 public IKeyStoreClient createKeyStoreClient() throws KeyStoreException { in createKeyStoreClient() method in StubKeyStoreFactory
DJSONFileKeyStoreFactory.java47 public IKeyStoreClient createKeyStoreClient() throws KeyStoreException { in createKeyStoreClient() method in JSONFileKeyStoreFactory
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DShardHelperTest.java329 public IKeyStoreClient createKeyStoreClient() in testClone_withKeystore()
395 public IKeyStoreClient createKeyStoreClient() in testClone_withKeystore_loadingFails()
/tools/tradefederation/core/src/com/android/tradefed/config/
DSandboxConfigurationFactory.java166 return f.createKeyStoreClient(); in getKeyStoreClient()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java208 client = getGlobalConfiguration().getKeyStoreFactory().createKeyStoreClient(); in cloneConfigObject()
/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java150 parser.setKeyStore(mKeyStoreFactory.createKeyStoreClient()); in run()
DCommandScheduler.java945 return f.createKeyStoreClient(); in getKeyStoreClient()