Searched refs:createKeyStoreClient (Results 1 – 7 of 7) 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
318 public IKeyStoreClient createKeyStoreClient() in testClone_withKeystore()378 public IKeyStoreClient createKeyStoreClient() in testClone_withKeystore_loadingFails()
170 client = getGlobalConfiguration().getKeyStoreFactory().createKeyStoreClient(); in cloneConfigObject()
147 parser.setKeyStore(mKeyStoreFactory.createKeyStoreClient()); in run()