Home
last modified time | relevance | path

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

/packages/apps/KeyChain/robotests/src/com/android/keychain/
DAliasLoaderTest.java149 private Certificate[] toCertificateChain(byte[] bytes) throws CertificateException { in toCertificateChain() method in AliasLoaderTest
289 .thenReturn(toCertificateChain(mRSACertOne)); in prepareKeyStoreWithCertificates()
291 .thenReturn(toCertificateChain(mECCertOne)); in prepareKeyStoreWithCertificates()
293 .thenReturn(toCertificateChain(mRSACertTwo)); in prepareKeyStoreWithCertificates()
295 .thenReturn(toCertificateChain(mECCertTwo)); in prepareKeyStoreWithCertificates()