Searched refs:AdjacencyList (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DSunCertPathBuilderException.java47 private transient AdjacencyList adjList;
103 SunCertPathBuilderException(String msg, AdjacencyList adjList) {
117 AdjacencyList adjList)
128 public AdjacencyList getAdjacencyList() {
H A DSunCertPathBuilderResult.java54 private AdjacencyList adjList;
69 PublicKey subjectPublicKey, AdjacencyList adjList)
80 public AdjacencyList getAdjacencyList() {
H A DAdjacencyList.java35 * An AdjacencyList is used to store the history of certification paths
37 * AdjacencyList is initialized with a <code>List</code> of
57 * AdjacencyList structure:<ul>
87 public class AdjacencyList { class
89 // the actual set of steps the AdjacencyList represents
96 * Constructs a new <code>AdjacencyList</code> based on the specified
102 public AdjacencyList(List<List<Vertex>> list) { method in class:AdjacencyList
247 * Prints out a string representation of this AdjacencyList.
H A DSunCertPathBuilder.java198 new AdjacencyList(adjList));
229 new AdjacencyList(adjList));
247 new AdjacencyList(adjList));
257 new AdjacencyList(adjList));

Completed in 30 milliseconds