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.java75 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_same()
77 IKeyStoreClient client2 = mFactory.createKeyStoreClient(); in testLoadKeyStore_same()
86 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_modified()
89 IKeyStoreClient client2 = mFactory.createKeyStoreClient(); in testLoadKeyStore_modified()
102 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_null()
105 IKeyStoreClient client2 = mFactory.createKeyStoreClient(); in testLoadKeyStore_null()
119 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_primaryFileModified()
122 IKeyStoreClient client2 = mFactory.createKeyStoreClient(); in testLoadKeyStore_primaryFileModified()
136 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_hostBasedFileModified()
139 IKeyStoreClient client2 = mFactory.createKeyStoreClient(); in testLoadKeyStore_hostBasedFileModified()
[all …]
/tools/tradefederation/core/global_configuration/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.java66 public IKeyStoreClient createKeyStoreClient() throws KeyStoreException { in createKeyStoreClient() method in JSONFileKeyStoreFactory
/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.java250 client = getGlobalConfiguration().getKeyStoreFactory().createKeyStoreClient(); in cloneConfigObject()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DShardHelperTest.java330 public IKeyStoreClient createKeyStoreClient() in testClone_withKeystore()
/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java150 parser.setKeyStore(mKeyStoreFactory.createKeyStoreClient()); in run()
DCommandScheduler.java985 return f.createKeyStoreClient(); in getKeyStoreClient()