Home
last modified time | relevance | path

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

/external/conscrypt/common/src/main/java/org/conscrypt/
DTrustManagerImpl.java948 X509Certificate systemCert = trustedCertificateStore.getTrustAnchor(cert); in findTrustAnchorBySubjectAndPublicKey() local
949 if (systemCert != null) { in findTrustAnchorBySubjectAndPublicKey()
956 return new TrustAnchor(systemCert, null); in findTrustAnchorBySubjectAndPublicKey()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DTrustManagerImpl.java962 X509Certificate systemCert = trustedCertificateStore.getTrustAnchor(cert); in findTrustAnchorBySubjectAndPublicKey() local
963 if (systemCert != null) { in findTrustAnchorBySubjectAndPublicKey()
970 return new TrustAnchor(systemCert, null); in findTrustAnchorBySubjectAndPublicKey()