Home
last modified time | relevance | path

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

/external/conscrypt/common/src/main/java/org/conscrypt/
DTrustManagerImpl.java120 private final TrustedCertificateIndex trustedCertificateIndex; field in TrustManagerImpl
222 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()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DTrustManagerImpl.java122 private final TrustedCertificateIndex trustedCertificateIndex; field in TrustManagerImpl
227 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()
/external/conscrypt/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt273 Lcom/android/org/conscrypt/TrustManagerImpl;->trustedCertificateIndex:Lcom/android/org/conscrypt/Tr…