Home
last modified time | relevance | path

Searched refs:adjList (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DSunCertPathBuilderException.java47 private transient AdjacencyList adjList; field in SunCertPathBuilderException
103 SunCertPathBuilderException(String msg, AdjacencyList adjList) { in SunCertPathBuilderException() argument
105 this.adjList = adjList; in SunCertPathBuilderException()
117 AdjacencyList adjList) in SunCertPathBuilderException() argument
120 this.adjList = adjList; in SunCertPathBuilderException()
129 return adjList; in getAdjacencyList()
DSunCertPathBuilderResult.java54 private AdjacencyList adjList; field in SunCertPathBuilderResult
69 PublicKey subjectPublicKey, AdjacencyList adjList) in SunCertPathBuilderResult() argument
72 this.adjList = adjList; in SunCertPathBuilderResult()
81 return adjList; in getAdjacencyList()
DSunCertPathBuilder.java130 List<List<Vertex>> adjList = new ArrayList<>(); in build() local
131 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() argument
160 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 …]