Home
last modified time | relevance | path

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

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