OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:storeanchors
(Results
1 - 1
of
1
) sorted by null
/external/conscrypt/src/platform/java/org/conscrypt/
TrustManagerImpl.java
767
Set<X509Certificate>
storeAnchors
= trustedCertificateStore.findAllIssuers(cert);
768
if (
storeAnchors
.isEmpty()) {
771
Set<TrustAnchor> result = new HashSet<TrustAnchor>(
storeAnchors
.size());
772
for (X509Certificate storeCert :
storeAnchors
)
[
all
...]
Completed in 57 milliseconds