Home
last modified time | relevance | path

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

/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DTrustManagerImpl.java123 private final TrustedCertificateIndex trustedCertificateIndex; field in TrustManagerImpl
230 this.trustedCertificateIndex = trustedCertificateIndexLocal; in TrustManagerImpl()
399 trustedCertificateIndex.reset(); in handleTrustStorageUpdate()
401 trustedCertificateIndex.reset(trustAnchors(acceptedIssuers)); in handleTrustStorageUpdate()
932 trustedCertificateIndex.findAllByIssuerAndSignature(cert); in findAllTrustAnchorsByIssuerAndSignature()
942 result.add(trustedCertificateIndex.index(storeCert)); in findAllTrustAnchorsByIssuerAndSignature()
953 TrustAnchor trustAnchor = trustedCertificateIndex.findBySubjectAndPublicKey(cert); in findTrustAnchorBySubjectAndPublicKey()
/external/conscrypt/common/src/main/java/org/conscrypt/
DTrustManagerImpl.java120 private final TrustedCertificateIndex trustedCertificateIndex; field in TrustManagerImpl
224 this.trustedCertificateIndex = trustedCertificateIndexLocal; in TrustManagerImpl()
385 trustedCertificateIndex.reset(); in handleTrustStorageUpdate()
387 trustedCertificateIndex.reset(trustAnchors(acceptedIssuers)); in handleTrustStorageUpdate()
918 trustedCertificateIndex.findAllByIssuerAndSignature(cert); in findAllTrustAnchorsByIssuerAndSignature()
928 result.add(trustedCertificateIndex.index(storeCert)); in findAllTrustAnchorsByIssuerAndSignature()
939 TrustAnchor trustAnchor = trustedCertificateIndex.findBySubjectAndPublicKey(cert); in findTrustAnchorBySubjectAndPublicKey()