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

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DBuilder.java187 * @return distance of test name from base measured in hops in the
189 * is positive if path is some number of up hops followed by
190 * some number of down hops; result is negative if path is
191 * some number of down hops.
193 static int hops(GeneralNameInterface base, GeneralNameInterface test, method in class:Builder
199 debug.println("Builder.hops(): Names are different types");
221 debug.println("Builder.hops(): hopDistance not implemented " +
231 debug.println("Builder.hops(): Names are in different " +

Completed in 29 milliseconds