Searched refs:trustedCertificateIndex (Results 1 – 2 of 2) sorted by relevance
123 private final TrustedCertificateIndex trustedCertificateIndex; field in TrustManagerImpl230 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()
120 private final TrustedCertificateIndex trustedCertificateIndex; field in TrustManagerImpl224 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()