Searched defs:certPathCerts (Results 1 - 1 of 1) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DRFC3280CertPathUtilities.java428 * @param certPathCerts The certificates on the certification path.
440 List certPathCerts)
510 if (certPathCerts.contains(signingCert))
1724 * @param certPathCerts The certificates of the certification path.
1737 List certPathCerts)
1781 paramsPKIX, certPathCerts);
1895 * @param certPathCerts The certificates of the certification path.
1905 List certPathCerts)
1951 checkCRL(dps[i], paramsPKIXClone, cert, validDate, sign, workingPublicKey, certStatus, reasonsMask, certPathCerts);
1991 certPathCerts);
434 processCRLF( X509CRL crl, Object cert, X509Certificate defaultCRLSignCert, PublicKey defaultCRLSignKey, ExtendedPKIXParameters paramsPKIX, List certPathCerts) argument
1728 checkCRL( DistributionPoint dp, ExtendedPKIXParameters paramsPKIX, X509Certificate cert, Date validDate, X509Certificate defaultCRLSignCert, PublicKey defaultCRLSignKey, CertStatus certStatus, ReasonsMask reasonMask, List certPathCerts) argument
1899 checkCRLs( ExtendedPKIXParameters paramsPKIX, X509Certificate cert, Date validDate, X509Certificate sign, PublicKey workingPublicKey, List certPathCerts) argument
[all...]

Completed in 310 milliseconds