Home
last modified time | relevance | path

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

/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
DKeyChainServiceTest.java171 PrivateKeyEntry pke2 = TestKeyStore.getServer().getPrivateKey("RSA", "RSA"); in test_KeyChainService() local
172 Certificate intermediate2 = pke2.getCertificateChain()[1]; in test_KeyChainService()
184 pke2.getPrivateKey().getEncoded())); in test_KeyChainService()
186 Credentials.convertToPem(pke2.getCertificate()))); in test_KeyChainService()