HomeSort by relevance Sort by last modified time
    Searched full:anchorset (Results 1 - 1 of 1) sorted by null

  /external/conscrypt/src/platform/java/org/conscrypt/
TrustManagerImpl.java 599 Set<TrustAnchor> anchorSet = new HashSet<TrustAnchor>();
601 anchorSet.add(trustAnchorChain.get(0));
602 PKIXParameters params = new PKIXParameters(anchorSet);
    [all...]

Completed in 55 milliseconds