Searched refs:loadCertificateChain (Results 1 – 1 of 1) sorted by relevance
375 List<X509Certificate> certChain = new ArrayList(loadCertificateChain(mKeyStore, alias)); in shouldPresentCertificate()773 private static List<X509Certificate> loadCertificateChain(KeyStore keyStore, in loadCertificateChain() method in KeyChainActivity