Home
last modified time | relevance | path

Searched refs:createKeyStoreClient (Results 1 – 7 of 7) 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.java318 public IKeyStoreClient createKeyStoreClient() in testClone_withKeystore()
378 public IKeyStoreClient createKeyStoreClient() in testClone_withKeystore_loadingFails()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java170 client = getGlobalConfiguration().getKeyStoreFactory().createKeyStoreClient(); in cloneConfigObject()
/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java147 parser.setKeyStore(mKeyStoreFactory.createKeyStoreClient()); in run()