Searched refs:trustedCertificateIndex (Results 1 – 3 of 3) sorted by relevance
120 private final TrustedCertificateIndex trustedCertificateIndex; field in TrustManagerImpl222 this.trustedCertificateIndex = trustedCertificateIndexLocal; in TrustManagerImpl()384 trustedCertificateIndex.reset(); in handleTrustStorageUpdate()386 trustedCertificateIndex.reset(trustAnchors(acceptedIssuers)); in handleTrustStorageUpdate()916 trustedCertificateIndex.findAllByIssuerAndSignature(cert); in findAllTrustAnchorsByIssuerAndSignature()926 result.add(trustedCertificateIndex.index(storeCert)); in findAllTrustAnchorsByIssuerAndSignature()937 TrustAnchor trustAnchor = trustedCertificateIndex.findBySubjectAndPublicKey(cert); in findTrustAnchorBySubjectAndPublicKey()
122 private final TrustedCertificateIndex trustedCertificateIndex; field in TrustManagerImpl227 this.trustedCertificateIndex = trustedCertificateIndexLocal; in TrustManagerImpl()398 trustedCertificateIndex.reset(); in handleTrustStorageUpdate()400 trustedCertificateIndex.reset(trustAnchors(acceptedIssuers)); in handleTrustStorageUpdate()930 trustedCertificateIndex.findAllByIssuerAndSignature(cert); in findAllTrustAnchorsByIssuerAndSignature()940 result.add(trustedCertificateIndex.index(storeCert)); in findAllTrustAnchorsByIssuerAndSignature()951 TrustAnchor trustAnchor = trustedCertificateIndex.findBySubjectAndPublicKey(cert); in findTrustAnchorBySubjectAndPublicKey()
273 Lcom/android/org/conscrypt/TrustManagerImpl;->trustedCertificateIndex:Lcom/android/org/conscrypt/Tr…