Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DForwardBuilder.java838 List<TrustAnchor> otherAnchors = new ArrayList<>(); in isPathCompleted() local
861 otherAnchors.add(anchor); in isPathCompleted()
864 for (TrustAnchor anchor : otherAnchors) { in isPathCompleted()