Searched refs:pkcs12 (Results 1 – 1 of 1) sorted by relevance
272 ByteArrayOutputStream pkcs12 = new ByteArrayOutputStream(); in doInBackground() local273 mKeyStore.store(pkcs12, EMPTY_PASSWORD); in doInBackground()274 if (pkcs12.size() == 0) { in doInBackground()279 intent.putExtra(KeyChain.EXTRA_PKCS12, pkcs12.toByteArray()); in doInBackground()