Searched refs:trustedCertificateStore (Results 1 – 2 of 2) sorted by relevance
116 private final ConscryptCertStore trustedCertificateStore; field in TrustManagerImpl227 this.trustedCertificateStore = trustedCertificateStoreLocal; in TrustManagerImpl()933 if (!indexedAnchors.isEmpty() || trustedCertificateStore == null) { in findAllTrustAnchorsByIssuerAndSignature()936 Set<X509Certificate> storeAnchors = trustedCertificateStore.findAllIssuers(cert); in findAllTrustAnchorsByIssuerAndSignature()957 if (trustedCertificateStore == null) { in findTrustAnchorBySubjectAndPublicKey()964 X509Certificate systemCert = trustedCertificateStore.getTrustAnchor(cert); in findTrustAnchorBySubjectAndPublicKey()
113 private final ConscryptCertStore trustedCertificateStore; field in TrustManagerImpl221 this.trustedCertificateStore = trustedCertificateStoreLocal; in TrustManagerImpl()919 if (!indexedAnchors.isEmpty() || trustedCertificateStore == null) { in findAllTrustAnchorsByIssuerAndSignature()922 Set<X509Certificate> storeAnchors = trustedCertificateStore.findAllIssuers(cert); in findAllTrustAnchorsByIssuerAndSignature()943 if (trustedCertificateStore == null) { in findTrustAnchorBySubjectAndPublicKey()950 X509Certificate systemCert = trustedCertificateStore.getTrustAnchor(cert); in findTrustAnchorBySubjectAndPublicKey()