Searched refs:adjList (Results 1 – 3 of 3) sorted by relevance
47 private transient AdjacencyList adjList; field in SunCertPathBuilderException103 SunCertPathBuilderException(String msg, AdjacencyList adjList) { in SunCertPathBuilderException() argument105 this.adjList = adjList; in SunCertPathBuilderException()117 AdjacencyList adjList) in SunCertPathBuilderException() argument120 this.adjList = adjList; in SunCertPathBuilderException()129 return adjList; in getAdjacencyList()
54 private AdjacencyList adjList; field in SunCertPathBuilderResult69 PublicKey subjectPublicKey, AdjacencyList adjList) in SunCertPathBuilderResult() argument72 this.adjList = adjList; in SunCertPathBuilderResult()81 return adjList; in getAdjacencyList()
130 List<List<Vertex>> adjList = new ArrayList<>(); in build() local131 PKIXCertPathBuilderResult result = buildCertPath(false, adjList); in build()138 adjList.clear(); in build()139 result = buildCertPath(true, adjList); in build()143 new AdjacencyList(adjList)); in build()150 List<List<Vertex>> adjList) in buildCertPath() argument160 buildForward(adjList, certPathList, searchAllCertStores); in buildCertPath()169 new AdjacencyList(adjList)); in buildCertPath()187 new AdjacencyList(adjList)); in buildCertPath()197 new AdjacencyList(adjList)); in buildCertPath()[all …]