Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DSunCertPathBuilder.java158 LinkedList<X509Certificate> certPathList = new LinkedList<>(); in buildCertPath() local
160 buildForward(adjList, certPathList, searchAllCertStores); in buildCertPath()
182 Collections.reverse(certPathList); in buildCertPath()
185 cf.generateCertPath(certPathList), trustAnchor, in buildCertPath()
207 LinkedList<X509Certificate> certPathList, in buildForward() argument
229 adjacencyList, certPathList); in buildForward() local
DForwardBuilder.java694 List<X509Certificate> certPathList) in verifyCert() argument
716 if (certPathList != null) { in verifyCert()
717 for (X509Certificate cpListCert : certPathList) { in verifyCert()
917 LinkedList<X509Certificate> certPathList) in addCertToPath() argument
919 certPathList.addFirst(cert); in addCertToPath()
927 void removeFinalCertFromPath(LinkedList<X509Certificate> certPathList) { in removeFinalCertFromPath() argument
928 certPathList.removeFirst(); in removeFinalCertFromPath()
DBuilder.java100 List<X509Certificate> certPathList) in verifyCert() argument
120 LinkedList<X509Certificate> certPathList); in addCertToPath() argument
128 (LinkedList<X509Certificate> certPathList); in removeFinalCertFromPath() argument