Home
last modified time | relevance | path

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

/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
DKeyChainActivityTest.java132 private byte[] mRootRsaCertificate; field in KeyChainActivityTest
138 mRootRsaCertificate = Base64.decode(ROOT_CA_CERT_RSA, Base64.DEFAULT); in setUp()
164 parseCertificate(mRootRsaCertificate), parseCertificate(mIntermediateRsaCertificate)}; in prepareKeyStoreWithLongChainCertificates()