HomeSort by relevance Sort by last modified time
    Searched defs:excludedCerts (Results 1 - 4 of 4) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
ExtendedPKIXBuilderParameters.java 26 private Set excludedCerts = Collections.EMPTY_SET;
37 return Collections.unmodifiableSet(excludedCerts);
47 * @param excludedCerts The excluded certificates to set.
49 public void setExcludedCerts(Set excludedCerts)
51 if (excludedCerts == null)
53 excludedCerts = Collections.EMPTY_SET;
57 this.excludedCerts = new HashSet(excludedCerts);
149 excludedCerts = new HashSet(_params.excludedCerts);
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 244 milliseconds