Searched refs:TrustedCertificateIndex (Results 1 - 2 of 2) sorted by relevance

/libcore/crypto/src/main/java/org/conscrypt/
H A DTrustedCertificateIndex.java35 public final class TrustedCertificateIndex { class
40 public TrustedCertificateIndex() {} method in class:TrustedCertificateIndex
42 public TrustedCertificateIndex(Set<TrustAnchor> anchors) { method in class:TrustedCertificateIndex
H A DTrustManagerImpl.java78 private final TrustedCertificateIndex trustedCertificateIndex;
108 TrustedCertificateIndex trustedCertificateIndexLocal = null;
120 trustedCertificateIndexLocal = new TrustedCertificateIndex();
126 = new TrustedCertificateIndex(trustAnchors(acceptedIssuersLocal));
500 // TrustedCertificateIndex, check the KeyStore for a hit

Completed in 92 milliseconds