Searched refs:mJsonKeyStore (Results 1 – 1 of 1) sorted by relevance
36 protected JSONObject mJsonKeyStore = null; field in JSONFileKeyStoreClient53 mJsonKeyStore = new JSONObject(data); in JSONFileKeyStoreClient()67 return mJsonKeyStore != null; in isAvailable()73 if (mJsonKeyStore == null) { in containsKey()77 return mJsonKeyStore.has(key); in containsKey()86 if (mJsonKeyStore == null) { in fetchKey()91 return mJsonKeyStore.getString(key); in fetchKey()105 mJsonKeyStore = keyStore; in setKeyStore()119 if (mJsonKeyStore == null) { in setKey()123 mJsonKeyStore.put(key, value); in setKey()