Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DKeyChainTest.java272 ByteArrayOutputStream pkcs12 = new ByteArrayOutputStream(); in doInBackground() local
273 mKeyStore.store(pkcs12, EMPTY_PASSWORD); in doInBackground()
274 if (pkcs12.size() == 0) { in doInBackground()
279 intent.putExtra(KeyChain.EXTRA_PKCS12, pkcs12.toByteArray()); in doInBackground()