Searched defs:hops (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DBuilder.java183 * @return distance of test name from base measured in hops in the
185 * is positive if path is some number of up hops followed by
186 * some number of down hops; result is negative if path is
187 * some number of down hops.
189 static int hops(GeneralNameInterface base, GeneralNameInterface test, method in class:Builder
196 debug.println("Builder.hops(): Names are different types");
218 debug.println("Builder.hops(): hopDistance not implemented " +
228 debug.println("Builder.hops(): Names are in different " +

Completed in 209 milliseconds