Home
last modified time | relevance | path

Searched defs:certStores (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DDistributionPointFetcher.java72 List<CertStore> certStores, in getCRLs()
91 List<CertStore> certStores, in getCRLs()
147 String provider, List<CertStore> certStores, in getCRLs()
263 List<CertStore> certStores) in getCRLs()
319 Set<TrustAnchor> trustAnchors, List<CertStore> certStores, in verifyCRL()
DForwardBuilder.java110 List<CertStore> certStores) in getMatchingCerts()
144 List<CertStore> certStores, in getMatchingEECerts()
188 List<CertStore> certStores, in getMatchingCACerts()
DBuilder.java88 (State currentState, List<CertStore> certStores) in getMatchingCerts()
428 Collection<CertStore> certStores, in addMatchingCerts()
DPKIX.java143 List<CertStore> certStores() { in certStores() method in PKIX.ValidatorParams
218 @Override List<CertStore> certStores() { in certStores() method in PKIX.BuilderParams
DRevocationChecker.java62 private List<CertStore> certStores; field in RevocationChecker
/libcore/ojluni/src/main/java/java/security/cert/
DPKIXParameters.java98 private List<CertStore> certStores; field in PKIXParameters