Home
last modified time | relevance | path

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

/tools/tradefederation/core/global_configuration/com/android/tradefed/util/keystore/
DJSONFileKeyStoreClient.java36 protected JSONObject mJsonKeyStore = null; field in JSONFileKeyStoreClient
53 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()