Searched refs:otherCRLs (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DIndexedCollectionCertStore.java110 private Set<CRL> otherCRLs; field in class:IndexedCollectionCertStore
144 otherCRLs = null;
156 if (otherCRLs == null) {
157 otherCRLs = new HashSet<CRL>();
159 otherCRLs.add((CRL)obj);
167 if (otherCRLs == null) {
168 otherCRLs = Collections.<CRL>emptySet();
340 matches.addAll(otherCRLs);
347 for (CRL crl : otherCRLs) {

Completed in 4746 milliseconds