HomeSort by relevance Sort by last modified time
    Searched full:certstores (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/main/java/java/security/cert/
PKIXParameters.java 47 private List<CertStore> certStores;
262 if (certStores == null) {
264 certStores = new ArrayList<CertStore>();
266 if (certStores.isEmpty()) {
270 return Collections.unmodifiableList(certStores);
274 = new ArrayList<CertStore>(certStores);
282 * @param certStores the list of certificate stores.
284 public void setCertStores(List<CertStore> certStores) {
285 if (certStores == null || certStores.isEmpty())
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
CertPathValidatorUtilities.java 827 * @param certStores a List containing only {@link X509Store} objects. These
835 List certStores) throws AnnotatedException
838 Iterator iter = certStores.iterator();
880 // List certStores)
884 // Iterator iter = certStores.iterator();
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
CertPathReviewerMessages.properties 415 # no crl found in certstores
417 # {1} list of crl issuer names that are found in the certstores
418 # {2} number of crls in the certstores
423 No CRL was found for the selector "{0}". The {2} CRL(s) in the certstores are from "{1}".
    [all...]
  /external/bouncycastle/patches/
android.patch     [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 655 milliseconds