HomeSort by relevance Sort by last modified time
    Searched refs:certPathList (Results 1 - 6 of 6) sorted by null

  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
ReverseBuilder.java 339 * @param certPathList the certPathList generated thus far
343 List<X509Certificate> certPathList)
371 * of the same certificate, we reverse the certpathlist first
373 if ((certPathList != null) && (!certPathList.isEmpty())) {
375 for (X509Certificate c : certPathList) {
532 /** Adds the certificate to the certPathList
535 * @param certPathList the certification path list
539 LinkedList<X509Certificate> certPathList) {
    [all...]
SunCertPathBuilder.java 162 LinkedList<X509Certificate> certPathList = new LinkedList<>();
165 buildForward(adjList, certPathList, searchAllCertStores);
167 buildReverse(adjList, certPathList);
189 // the certPathList
190 Collections.reverse(certPathList);
193 cf.generateCertPath(certPathList), trustAnchor,
215 LinkedList<X509Certificate> certPathList)
263 adjacencyList, certPathList);
282 + "certPathList.size: " + certPathList.size())
    [all...]
Builder.java 92 * Verifies the cert against the currentState, using the certPathList
97 * @param certPathList the certPathList generated thus far
100 List<X509Certificate> certPathList)
114 * Adds the certificate to the certPathList
117 * @param certPathList the certification path list
120 LinkedList<X509Certificate> certPathList);
123 * Removes final certificate from the certPathList
125 * @param certPathList the certification path list
128 (LinkedList<X509Certificate> certPathList);
    [all...]
ForwardBuilder.java 653 * @param certPathList the certPathList generated thus far
657 List<X509Certificate> certPathList)
676 if (certPathList != null) {
677 for (X509Certificate cpListCert : certPathList) {
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathBuilderSpi.java 88 List certPathList = new ArrayList();
120 result = build(cert, paramsPKIX, certPathList);
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 81 milliseconds