Searched refs:buildForward (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DSunCertPathBuilderParameters.java38 * with the addition of a <code>buildForward</code> parameter which allows
42 * The default for the <code>buildForward</code> parameter is
52 private boolean buildForward = true; field in class:SunCertPathBuilderParameters
98 * Returns the value of the buildForward flag.
100 * @return the value of the buildForward flag
103 return this.buildForward;
107 * Sets the value of the buildForward flag. If true, paths
112 * @param buildForward the value of the buildForward flag
114 public void setBuildForward(boolean buildForward) { argument
[all...]
H A DSunCertPathBuilder.java114 * SunCertPathBuilderParameters with the buildForward flag set to false.
140 boolean buildForward = true;
142 buildForward =
187 buildCertPath(buildForward, false, adjList);
194 result = buildCertPath(buildForward, true, adjList);
204 private CertPathBuilderResult buildCertPath(boolean buildForward, argument
216 if (buildForward) {
217 buildForward(adjList, certPathList, searchAllCertStores);
335 private void buildForward(List<List<Vertex>> adjacencyList, method in class:SunCertPathBuilder
340 debug.println("SunCertPathBuilder.buildForward()
[all...]

Completed in 29 milliseconds