/libcore/ojluni/src/main/java/java/security/cert/ |
PKIXParameters.java | 98 private List<CertStore> certStores; 124 this.certStores = new ArrayList<CertStore>(); 160 this.certStores = new ArrayList<CertStore>(); 283 this.certStores = new ArrayList<CertStore>(); 291 this.certStores = new ArrayList<CertStore>(stores); 304 this.certStores.add(store); 319 (new ArrayList<CertStore>(this.certStores)); 669 if (certStores != null) { 670 copy.certStores = new ArrayList<CertStore>(certStores); [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
PKIXCRLUtil.java | 21 public Set findCRLs(PKIXCRLStoreSelector crlselect, Date validityDate, List certStores, List pkixCrlStores) 30 initialSet.addAll(findCRLs(crlselect, certStores));
|
CertPathValidatorUtilities.java | 644 * @param certStores a List containing only {@link Store} objects. These 650 List certStores) 654 Iterator iter = certStores.iterator(); [all...] |
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
ReverseBuilder.java | 64 * matching certificates from CertStores and verify a particular certificate 98 * Retrieves all certs from the specified CertStores that satisfy the 104 * @param certStores list of CertStores 108 (State currState, List<CertStore> certStores) 125 getMatchingEECerts(currentState, certStores); 126 certs.addAll(getMatchingCACerts(currentState, certStores)); 136 (ReverseState currentState, List<CertStore> certStores) 180 /* Retrieve matching certs from CertStores */ 182 addMatchingCerts(sel, certStores, eeCerts, true) [all...] |
DistributionPointFetcher.java | 73 List<CertStore> certStores, 79 return getCRLs(selector, signFlag, prevKey, null, provider, certStores, 92 List<CertStore> certStores, 124 certStores, trustAnchors, validity); 148 String provider, List<CertStore> certStores, 187 certStores)); 212 trustAnchors, certStores, validity)) { 255 * Fetch CRLs from certStores. 258 * one of the CertStores and no other CRLs are retrieved from 259 * the other CertStores. If more than one CertStore throws a [all...] |
Builder.java | 81 * Retrieves certificates from the list of certStores using the buildParams 85 * @param certStores list of CertStores 88 (State currentState, List<CertStore> certStores) 414 * Search the specified CertStores and add all certificates matching 419 * is examined and the CertStores are not searched. 421 * If checkAll is true, all CertStores are searched for matching certs. 428 Collection<CertStore> certStores, 434 // no need to search CertStores 445 for (CertStore store : certStores) { [all...] |
PKIX.java | 144 List<CertStore> certStores() { 222 certStores(), (X509CertSelector)targetCertConstraints()); 224 @Override List<CertStore> certStores() { 226 // reorder CertStores so that local CertStores are tried first 299 * Comparator that orders CertStores so that local CertStores come before 300 * remote CertStores.
|
ForwardBuilder.java | 55 * matching certificates from CertStores and verify a particular certificate 101 * Retrieves all certs from the specified CertStores that satisfy the 107 * @param certStores list of CertStores 111 List<CertStore> certStores) 131 getMatchingEECerts(currState, certStores, certs); 133 getMatchingCACerts(currState, certStores, certs); 143 List<CertStore> certStores, 178 /* Retrieve matching EE certs from CertStores */ 179 addMatchingCerts(eeSelector, certStores, eeCerts, searchAllCertStores) [all...] |
RevocationChecker.java | 62 private List<CertStore> certStores; 108 params.certStores()) 151 this.certStores = new ArrayList<>(params.certStores()); 153 this.certStores.add(CertStore.getInstance("Collection", 277 // now check CertStores 494 // First, check user-specified CertStores 496 for (CertStore store : certStores) { 548 params.sigProvider(), certStores, 578 // CertStores, throw it now so it can be handle [all...] |
SunCertPathBuilder.java | 346 builder.getMatchingCerts(currentState, buildParams.certStores()); 664 builder.getMatchingCerts(currentState, buildParams.certStores()); [all...] |
/prebuilts/sdk/tools/lib/ |
signapk.jar | |
/external/google-tv-pairing-protocol/java/jar/ |
bcprov-jdk15-143.jar | |
/prebuilts/devtools/tools/lib/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/sdk/10/ |
android.jar | |
/prebuilts/sdk/11/ |
android.jar | |
/prebuilts/sdk/13/ |
android.jar | |
/prebuilts/sdk/16/ |
android.jar | |
/prebuilts/sdk/20/ |
android.jar | |
/prebuilts/sdk/22/ |
android.jar | |
/prebuilts/sdk/23/ |
android.jar | |
/prebuilts/sdk/5/ |
android.jar | |
/prebuilts/sdk/7/ |
android.jar | |
/prebuilts/sdk/8/ |
android.jar | |
/prebuilts/sdk/9/ |
android.jar | |
/prebuilts/sdk/system_23/ |
android.jar | |