Searched refs:mCertificates (Results 1 – 1 of 1) sorted by relevance
47 private final Map<String, byte[]> mCertificates = new HashMap<>(); field in CertificateStore56 byte[] oldCertificate = mCertificates.put(uuid, certificate); in put()66 if (mCertificates.remove(uuid) != null) { in remove()73 return mCertificates.get(uuid); in get()86 for (Map.Entry<String, byte[]> entry : mCertificates.entrySet()) { in save()94 if (DEBUG) Log.d(TAG, "Wrote " + mCertificates.size() + " certificates to store"); in save()124 if (DEBUG) Log.d(TAG, "Loaded size=" + mCertificates.size() + " from " + mStoreFile); in load()150 mCertificates.put(uuid, pubkey); in loadItem()