Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/keystore/
DJSONFileKeyStoreFactoryTest.java45 private JSONFileKeyStoreFactory mFactory;
51 mFactory = new JSONFileKeyStoreFactory(); in setUp()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DGlobalConfigurationTest.java31 import com.android.tradefed.util.keystore.JSONFileKeyStoreFactory;
319 filteredGlobalConfig.getKeyStoreFactory() instanceof JSONFileKeyStoreFactory); in testCreateGlobalConfiguration_withConfigServerAndCloneConfigWithFilter()
/tools/tradefederation/core/global_configuration/com/android/tradefed/util/keystore/
DJSONFileKeyStoreFactory.java44 public class JSONFileKeyStoreFactory implements IKeyStoreFactory { class