Home
last modified time | relevance | path

Searched refs:getCertStores (Results 1 – 5 of 5) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
DPKIXExtendedParameters.java330 public List<CertStore> getCertStores() in getCertStores() method in PKIXExtendedParameters
332 return baseParameters.getCertStores(); in getCertStores()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXCertPathBuilderSpi.java98 …thValidatorUtilities.findCertificates(certSelect, paramsPKIX.getBaseParameters().getCertStores())); in engineBuild()
248 …lidatorUtilities.findIssuerCerts(tbvCert, pkixParams.getBaseParameters().getCertStores(), stores)); in build()
DRFC3280CertPathUtilities.java478 … coll.addAll(CertPathValidatorUtilities.findCertificates(selector, paramsPKIX.getCertStores())); in processCRLF()
685 …(CertPathValidatorUtilities.getDeltaCRLs(currentDate, crl, paramsPKIX.getCertStores(), crlStores)); in processCRLA1i()
725 …Set completeSet = CRL_UTIL.findCRLs(extSelect, validityDate, paramsPKIX.getCertStores(), paramsPKI… in processCRLA1ii()
732 …CertPathValidatorUtilities.getDeltaCRLs(validityDate, crl, paramsPKIX.getCertStores(), paramsPKIX.… in processCRLA1ii()
1825 …CertPathValidatorUtilities.getDeltaCRLs(validityDate, crl, paramsPKIX.getCertStores(), paramsPKIX.… in checkCRL()
DCertPathValidatorUtilities.java1116 …Set crls = CRL_UTIL.findCRLs(crlSelect, validityDate, paramsPKIX.getCertStores(), paramsPKIX.getCR… in getCompleteCRLs()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DExtendedPKIXParameters.java107 setCertStores(params.getCertStores()); in setParams()