Home
last modified time | relevance | path

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

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