Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DSunCertPathBuilder.java238 if (anchorIsTarget(anchor, buildParams.targetCertConstraints())) { in buildReverse()
795 private static boolean anchorIsTarget(TrustAnchor anchor, in anchorIsTarget() method in SunCertPathBuilder