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