Home | History | Annotate | Download | only in cert

Lines Matching defs:crls

138                 Collection<? extends CRL> crls = fact.generateCRLs(is);
139 assertTrue("The CRLs in \"" + certUrl.toExternalForm()
140 + "\" were not parsed correctly", crls != null
141 && crls.size() > 0);