Home
last modified time | relevance | path

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

/external/conscrypt/common/src/main/java/org/conscrypt/
DTrustManagerImpl.java920 Set<X509Certificate> storeAnchors = trustedCertificateStore.findAllIssuers(cert); in findAllTrustAnchorsByIssuerAndSignature() local
921 if (storeAnchors.isEmpty()) { in findAllTrustAnchorsByIssuerAndSignature()
924 Set<TrustAnchor> result = new HashSet<TrustAnchor>(storeAnchors.size()); in findAllTrustAnchorsByIssuerAndSignature()
925 for (X509Certificate storeCert : storeAnchors) { in findAllTrustAnchorsByIssuerAndSignature()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DTrustManagerImpl.java934 Set<X509Certificate> storeAnchors = trustedCertificateStore.findAllIssuers(cert); in findAllTrustAnchorsByIssuerAndSignature() local
935 if (storeAnchors.isEmpty()) { in findAllTrustAnchorsByIssuerAndSignature()
938 Set<TrustAnchor> result = new HashSet<TrustAnchor>(storeAnchors.size()); in findAllTrustAnchorsByIssuerAndSignature()
939 for (X509Certificate storeCert : storeAnchors) { in findAllTrustAnchorsByIssuerAndSignature()