Searched refs:createKeyStoreClient (Results 1 – 9 of 9) sorted by relevance
60 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()
29 public IKeyStoreClient createKeyStoreClient() throws KeyStoreException; in createKeyStoreClient() method
25 public IKeyStoreClient createKeyStoreClient() throws KeyStoreException { in createKeyStoreClient() method in StubKeyStoreFactory
47 public IKeyStoreClient createKeyStoreClient() throws KeyStoreException { in createKeyStoreClient() method in JSONFileKeyStoreFactory
329 public IKeyStoreClient createKeyStoreClient() in testClone_withKeystore()395 public IKeyStoreClient createKeyStoreClient() in testClone_withKeystore_loadingFails()
166 return f.createKeyStoreClient(); in getKeyStoreClient()
208 client = getGlobalConfiguration().getKeyStoreFactory().createKeyStoreClient(); in cloneConfigObject()
150 parser.setKeyStore(mKeyStoreFactory.createKeyStoreClient()); in run()
945 return f.createKeyStoreClient(); in getKeyStoreClient()