Searched refs:certPathList (Results 1 – 3 of 3) sorted by relevance
158 LinkedList<X509Certificate> certPathList = new LinkedList<>(); in buildCertPath() local160 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() argument229 adjacencyList, certPathList); in buildForward() local
694 List<X509Certificate> certPathList) in verifyCert() argument716 if (certPathList != null) { in verifyCert()717 for (X509Certificate cpListCert : certPathList) { in verifyCert()917 LinkedList<X509Certificate> certPathList) in addCertToPath() argument919 certPathList.addFirst(cert); in addCertToPath()927 void removeFinalCertFromPath(LinkedList<X509Certificate> certPathList) { in removeFinalCertFromPath() argument928 certPathList.removeFirst(); in removeFinalCertFromPath()
100 List<X509Certificate> certPathList) in verifyCert() argument120 LinkedList<X509Certificate> certPathList); in addCertToPath() argument128 (LinkedList<X509Certificate> certPathList); in removeFinalCertFromPath() argument