Searched refs:excludedCerts (Results 1 – 1 of 1) sorted by relevance
26 private Set excludedCerts = Collections.EMPTY_SET; field in ExtendedPKIXBuilderParameters37 return Collections.unmodifiableSet(excludedCerts); in getExcludedCerts()49 public void setExcludedCerts(Set excludedCerts) in setExcludedCerts() argument51 if (excludedCerts == null) in setExcludedCerts()53 excludedCerts = Collections.EMPTY_SET; in setExcludedCerts()57 this.excludedCerts = new HashSet(excludedCerts); in setExcludedCerts()149 excludedCerts = new HashSet(_params.excludedCerts); in setParams()