Home | History | Annotate | Download | only in ssl

Lines Matching refs:crls

267                 Collection<? extends CRL> crls = loadCRL(_crlPath);
283 CertificateValidator validator = new CertificateValidator(trustStore, crls);
292 TrustManager[] trustManagers = getTrustManagers(trustStore,crls);
1099 protected TrustManager[] getTrustManagers(KeyStore trustStore, Collection<? extends CRL> crls) throws Exception
1115 if (crls != null && !crls.isEmpty())
1117 pbParams.addCertStore(CertStore.getInstance("Collection",new CollectionCertStoreParameters(crls)));