Home
last modified time | relevance | path

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

/packages/apps/KeyChain/src/com/android/keychain/
DKeyChainActivity.java375 List<X509Certificate> certChain = new ArrayList(loadCertificateChain(mKeyStore, alias)); in shouldPresentCertificate()
773 private static List<X509Certificate> loadCertificateChain(KeyStore keyStore, in loadCertificateChain() method in KeyChainActivity