Home
last modified time | relevance | path

Searched refs:anchors (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/security/net/config/
DKeyStoreCertificateSource.java98 Set<java.security.cert.TrustAnchor> anchors = mIndex.findAllByIssuerAndSignature(cert); in findAllByIssuerAndSignature() local
99 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()
DCertificatesEntryRef.java39 Set<TrustAnchor> anchors = new ArraySet<TrustAnchor>(); in getTrustAnchors() local
41 anchors.add(new TrustAnchor(cert, mOverridesPins)); in getTrustAnchors()
43 return anchors; in getTrustAnchors()
DResourceCertificateSource.java108 Set<java.security.cert.TrustAnchor> anchors = mIndex.findAllByIssuerAndSignature(cert); in findAllByIssuerAndSignature() local
109 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()
DNetworkSecurityConfig.java84 Set<TrustAnchor> anchors = ref.getTrustAnchors(); in getTrustAnchors() local
85 for (TrustAnchor anchor : anchors) { in getTrustAnchors()
92 ArraySet<TrustAnchor> anchors = new ArraySet<TrustAnchor>(anchorMap.size()); in getTrustAnchors() local
93 anchors.addAll(anchorMap.values()); in getTrustAnchors()
94 mAnchors = anchors; in getTrustAnchors()
DNetworkSecurityTrustManager.java170 Set<TrustAnchor> anchors = mNetworkSecurityConfig.getTrustAnchors(); in getAcceptedIssuers() local
171 X509Certificate[] issuers = new X509Certificate[anchors.size()]; in getAcceptedIssuers()
173 for (TrustAnchor anchor : anchors) { in getAcceptedIssuers()
DXmlConfigSource.java204 List<CertificatesEntryRef> anchors = new ArrayList<>(); in parseTrustAnchors() local
208 anchors.add(parseCertificatesEntry(parser, defaultOverridePins)); in parseTrustAnchors()
213 return anchors; in parseTrustAnchors()
/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
DXmlConfigTests.java317 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testDebugOverridesDisabled() local
318 MoreAsserts.assertEmpty(anchors); in testDebugOverridesDisabled()
330 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testBasicDebugOverrides() local
331 MoreAsserts.assertNotEmpty(anchors); in testBasicDebugOverrides()
332 for (TrustAnchor anchor : anchors) { in testBasicDebugOverrides()
346 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testDebugOverridesWithDomain() local
348 for (TrustAnchor anchor : anchors) { in testDebugOverridesWithDomain()
366 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testDebugInherit() local
368 for (TrustAnchor anchor : anchors) { in testDebugInherit()
375 assertTrue(anchors.size() > 1); in testDebugInherit()
/frameworks/av/media/libaaudio/
DDoxyfile858 # or removed, the anchors will not be placed correctly.
DDoxyfile.orig849 # or removed, the anchors will not be placed correctly.
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...