Searched refs:anchors (Results 1 – 10 of 10) sorted by relevance
98 Set<java.security.cert.TrustAnchor> anchors = mIndex.findAllByIssuerAndSignature(cert); in findAllByIssuerAndSignature() local99 if (anchors.isEmpty()) { in findAllByIssuerAndSignature()102 Set<X509Certificate> certs = new ArraySet<X509Certificate>(anchors.size()); in findAllByIssuerAndSignature()103 for (java.security.cert.TrustAnchor anchor : anchors) { in findAllByIssuerAndSignature()
39 Set<TrustAnchor> anchors = new ArraySet<TrustAnchor>(); in getTrustAnchors() local41 anchors.add(new TrustAnchor(cert, mOverridesPins)); in getTrustAnchors()43 return anchors; in getTrustAnchors()
108 Set<java.security.cert.TrustAnchor> anchors = mIndex.findAllByIssuerAndSignature(cert); in findAllByIssuerAndSignature() local109 if (anchors.isEmpty()) { in findAllByIssuerAndSignature()112 Set<X509Certificate> certs = new ArraySet<X509Certificate>(anchors.size()); in findAllByIssuerAndSignature()113 for (java.security.cert.TrustAnchor anchor : anchors) { in findAllByIssuerAndSignature()
84 Set<TrustAnchor> anchors = ref.getTrustAnchors(); in getTrustAnchors() local85 for (TrustAnchor anchor : anchors) { in getTrustAnchors()92 ArraySet<TrustAnchor> anchors = new ArraySet<TrustAnchor>(anchorMap.size()); in getTrustAnchors() local93 anchors.addAll(anchorMap.values()); in getTrustAnchors()94 mAnchors = anchors; in getTrustAnchors()
170 Set<TrustAnchor> anchors = mNetworkSecurityConfig.getTrustAnchors(); in getAcceptedIssuers() local171 X509Certificate[] issuers = new X509Certificate[anchors.size()]; in getAcceptedIssuers()173 for (TrustAnchor anchor : anchors) { in getAcceptedIssuers()
204 List<CertificatesEntryRef> anchors = new ArrayList<>(); in parseTrustAnchors() local208 anchors.add(parseCertificatesEntry(parser, defaultOverridePins)); in parseTrustAnchors()213 return anchors; in parseTrustAnchors()
317 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testDebugOverridesDisabled() local318 MoreAsserts.assertEmpty(anchors); in testDebugOverridesDisabled()330 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testBasicDebugOverrides() local331 MoreAsserts.assertNotEmpty(anchors); in testBasicDebugOverrides()332 for (TrustAnchor anchor : anchors) { in testBasicDebugOverrides()346 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testDebugOverridesWithDomain() local348 for (TrustAnchor anchor : anchors) { in testDebugOverridesWithDomain()366 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testDebugInherit() local368 for (TrustAnchor anchor : anchors) { in testDebugInherit()375 assertTrue(anchors.size() > 1); in testDebugInherit()
858 # or removed, the anchors will not be placed correctly.
849 # or removed, the anchors will not be placed correctly.
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...