HomeSort by relevance Sort by last modified time
    Searched full:crls (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/nist-pkits/src/libcore/java/security/cert/
X509CertificateNistPkitsTest.java 96 final String fileName = "nist-pkits/crls/" + name;
110 X509CRL[] crls = new X509CRL[names.length]; local
113 crls[i] = getCRL(f, names[i]);
116 return crls;
127 X509CRL[] crls = getCRLs(f, pathCRLs); local
131 certCollection.addAll(Arrays.asList(crls));
147 private void assertInvalidPath(String trustAnchor, String[] certs, String[] crls)
151 PKIXParameters params = getTestPathParams(f, trustAnchor, certs, crls);
163 private void assertValidPath(String trustAnchor, String[] certs, String[] crls)
168 PKIXParameters params = getTestPathParams(f, trustAnchor, certs, crls);
186 String[] crls = { local
203 String[] crls = { local
220 String[] crls = { local
237 String[] crls = { local
255 String[] crls = { local
273 String[] crls = { local
290 String[] crls = { local
307 String[] crls = { local
324 String[] crls = { local
341 String[] crls = { local
358 String[] crls = { local
375 String[] crls = { local
392 String[] crls = { local
409 String[] crls = { local
426 String[] crls = { local
443 String[] crls = { local
460 String[] crls = { local
477 String[] crls = { local
494 String[] crls = { local
511 String[] crls = { local
528 String[] crls = { local
545 String[] crls = { local
562 String[] crls = { local
579 String[] crls = { local
596 String[] crls = { local
613 String[] crls = { local
630 String[] crls = { local
648 String[] crls = { local
665 String[] crls = { local
682 String[] crls = { local
699 String[] crls = { local
716 String[] crls = { local
734 String[] crls = { local
751 String[] crls = { local
768 String[] crls = { local
785 String[] crls = { local
802 String[] crls = { local
819 String[] crls = { local
836 String[] crls = { local
853 String[] crls = { local
870 String[] crls = { local
887 String[] crls = { local
904 String[] crls = { local
922 String[] crls = { local
940 String[] crls = { local
958 String[] crls = { local
976 String[] crls = { local
994 String[] crls = { local
1012 String[] crls = { local
1031 String[] crls = { local
1050 String[] crls = { local
1069 String[] crls = { local
1088 String[] crls = { local
1107 String[] crls = { local
1125 String[] crls = { local
1142 String[] crls = { local
1159 String[] crls = { local
1176 String[] crls = { local
1194 String[] crls = { local
1213 String[] crls = { local
1231 String[] crls = { local
1248 String[] crls = { local
1267 String[] crls = { local
1288 String[] crls = { local
1310 String[] crls = { local
1333 String[] crls = { local
1356 String[] crls = { local
1379 String[] crls = { local
1400 String[] crls = { local
1419 String[] crls = { local
1440 String[] crls = { local
1458 String[] crls = { local
1475 String[] crls = { local
1492 String[] crls = { local
1509 String[] crls = { local
1526 String[] crls = { local
1545 String[] crls = { local
1562 String[] crls = { local
1579 String[] crls = { local
1596 String[] crls = { local
1613 String[] crls = { local
1630 String[] crls = { local
1647 String[] crls = { local
1664 String[] crls = { local
1681 String[] crls = { local
1698 String[] crls = { local
1715 String[] crls = { local
1733 String[] crls = { local
1752 String[] crls = { local
1771 String[] crls = { local
1790 String[] crls = { local
1809 String[] crls = { local
1828 String[] crls = { local
1847 String[] crls = { local
1866 String[] crls = { local
1883 String[] crls = { local
1900 String[] crls = { local
1917 String[] crls = { local
1934 String[] crls = { local
1951 String[] crls = { local
1968 String[] crls = { local
1985 String[] crls = { local
2003 String[] crls = { local
2022 String[] crls = { local
2041 String[] crls = { local
2059 String[] crls = { local
2076 String[] crls = { local
2093 String[] crls = { local
2110 String[] crls = { local
2127 String[] crls = { local
2144 String[] crls = { local
2161 String[] crls = { local
2178 String[] crls = { local
2195 String[] crls = { local
2212 String[] crls = { local
2229 String[] crls = { local
2246 String[] crls = { local
2263 String[] crls = { local
2280 String[] crls = { local
2297 String[] crls = { local
2314 String[] crls = { local
2331 String[] crls = { local
2348 String[] crls = { local
2365 String[] crls = { local
2382 String[] crls = { local
2399 String[] crls = { local
2416 String[] crls = { local
2433 String[] crls = { local
2450 String[] crls = { local
2468 String[] crls = { local
2486 String[] crls = { local
2504 String[] crls = { local
2522 String[] crls = { local
2540 String[] crls = { local
2558 String[] crls = { local
2576 String[] crls = { local
2593 String[] crls = { local
2611 String[] crls = { local
2629 String[] crls = { local
2647 String[] crls = { local
2665 String[] crls = { local
2683 String[] crls = { local
2702 String[] crls = { local
2721 String[] crls = { local
2739 String[] crls = { local
2757 String[] crls = { local
2775 String[] crls = { local
2792 String[] crls = { local
2809 String[] crls = { local
2826 String[] crls = { local
2843 String[] crls = { local
2861 String[] crls = { local
2879 String[] crls = { local
2897 String[] crls = { local
2915 String[] crls = { local
2933 String[] crls = { local
2951 String[] crls = { local
2969 String[] crls = { local
2987 String[] crls = { local
3004 String[] crls = { local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
SignedData.java 28 * crls [1] IMPLICIT CertificateRevocationLists OPTIONAL,
41 * ((crls is present) AND
42 * (any crls with a type of other are present))
71 private ASN1Set crls; field in class:SignedData
108 ASN1Set crls,
111 this.version = calculateVersion(contentInfo.getContentType(), certificates, crls, signerInfos);
115 this.crls = crls;
117 this.crlsBer = crls instanceof BERSet;
125 ASN1Set crls,
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
SignedData.java 26 private ASN1Set crls; field in class:SignedData
56 crls = _crls;
87 crls = ASN1Set.getInstance(tagged, false);
122 return crls;
140 * crls
158 if (crls != null)
160 v.add(new DERTaggedObject(false, 1, crls));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXCRLUtil.java 38 throw new AnnotatedException("Exception obtaining complete CRLs.", e);
87 throw new AnnotatedException("Exception obtaining complete CRLs.", e);
94 * Return a Collection of all CRLs found in the X509Store's that are
98 * to select the CRLs
101 * These are used to search for CRLs
109 Set crls = new HashSet(); local
126 // crls.addAll(store.getMatches(crlSelect));
142 crls.addAll(store.getCRLs(crlSelect));
156 return crls;
CertPathValidatorUtilities.java 1222 Set crls = CRL_UTIL.findCRLs(crlselect, paramsPKIX, currentDate); local
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
SignedData.java 46 * crls
55 private final List<CertificateList> crls; field in class:SignedData
59 List<Certificate> certificates, List<CertificateList> crls,
65 this.crls = crls;
74 return crls;
99 if (crls != null) {
100 res.append(crls.toString());
118 setOptional(4); // crls is optional
127 values[4] = sd.crls;
    [all...]
  /external/chromium_org/net/tools/crl_set_dump/
crl_set_dump.cc 73 const net::CRLSet::CRLList& crls = final_crl_set->crls(); local
74 for (net::CRLSet::CRLList::const_iterator i = crls.begin(); i != crls.end();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509CRLStoreSelector.java 68 * CRLs that would be relevant when checking revocation for the specified
169 * Returns if this selector must match CRLs with the delta CRL indicator
172 * @return Returns <code>true</code> if only CRLs with the delta CRL
241 * If <code>true</code> only complete CRLs are returned. Defaults to
244 * @return <code>true</code> if only complete CRLs are returned.
252 * If set to <code>true</code> only complete CRLs are returned.
257 * @param completeCRLEnabled <code>true</code> if only complete CRLs
280 * This is only meaningful for delta CRLs. Complete CRLs must have a CRL
314 * the CRL. Delta CRLs and complete CRLs must have matching issuin
    [all...]
ExtendedPKIXParameters.java 169 * @return Returns if delta CRLs should be used.
177 * Sets if delta CRLs should be used for checking the revocation status.
179 * @param useDeltas <code>true</code> if delta CRLs should be used.
215 * Sets the Bouncy Castle Stores for finding CRLs, certificates, attribute
247 * Adds a Bouncy Castle {@link Store} to find CRLs, certificates, attribute
269 * Adds an additional Bouncy Castle {@link Store} to find CRLs, certificates,
274 * during X.509 object processing, e.g. in certificates or CRLs. This method
300 * <code>Store</code>s used for finding CRLs, certificates, attribute
315 * <code>Store</code>s used for finding CRLs, certificates, attribute
356 * in certificates or CRLs should be used
    [all...]
  /external/openssl/apps/
verify.c 75 STACK_OF(X509_CRL) *crls, ENGINE *e);
87 STACK_OF(X509_CRL) *crls = NULL;
219 crls = load_crls(bio_err, crlfile, FORMAT_PEM,
220 NULL, e, "other CRLs");
221 if(!crls)
228 if (1 != check(cert_ctx, NULL, untrusted, trusted, crls, e))
234 if (1 != check(cert_ctx,argv[i], untrusted, trusted, crls, e))
261 sk_X509_CRL_pop_free(crls, X509_CRL_free);
268 STACK_OF(X509_CRL) *crls, ENGINE *e)
292 if (crls)
    [all...]
pkcs7.c 246 STACK_OF(X509_CRL) *crls=NULL;
253 crls=p7->d.sign->crl;
257 crls=p7->d.signed_and_enveloped->crl;
277 if (crls != NULL)
281 for (i=0; i<sk_X509_CRL_num(crls); i++)
283 crl=sk_X509_CRL_value(crls,i);
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedGenerator.java 87 protected List crls = new ArrayList(); field in class:CMSSignedGenerator
141 crls.add(crl.toASN1Structure());
145 * Add the CRLs in crlStore to the CRL set to be included with the generated SignedData message.
147 * @param crlStore the store containing the CRLs to be included.
148 * @throws CMSException if the CRLs cannot be encoded for adding.
154 crls.addAll(CMSUtils.getCRLsFromStore(crlStore));
194 // crls.add(new DERTaggedObject(false, 1, new OtherRevocationInfoFormat(otherRevocationInfoFormat, otherRevocationInfo)));
207 // crls.addAll(CMSUtils.getOthersFromStore(otherRevocationInfoFormat, otherRevocationInfos));
CMSSignedData.java 478 * @param crls the new CRLs to be used.
486 Store crls)
495 // replace the certs and crls in the SignedData object
521 if (crls != null)
523 ASN1Set set = CMSUtils.createBerSetFromList(CMSUtils.getCRLsFromStore(crls));
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory_ImplTest.java 53 * Certificates and CRLs.
208 * The public key to verify generated Certificates and CRLs.
255 * Generates CRLs on the base of PKCS7 SignedData Object
260 // Testing the CRLs generation on the base of PKCS7 SignedData object
264 Collection crls = factory.generateCRLs(bais); local
265 assertNotNull("Factory returned null on correct PKCS7 data", crls);
267 2, crls.size());
271 for (Iterator i = crls.iterator(); i.hasNext(); ) {
301 * Generates CRLs on the base of PEM encoding.
342 private void verifyCRLs(Collection crls) throws Exception
454 Collection crls = local
574 Collection crls = factory.generateCRLs(bais); local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
CertificateFactory.java 295 { // lazy evaluate to help processing of large CRLs
310 * Returns a (possibly empty) collection view of the CRLs read from
313 * The inStream may contain a sequence of DER-encoded CRLs, or
315 * only signficant field being crls. In particular the signature
323 List crls = new ArrayList(); local
327 crls.add(crl);
330 return crls;
  /external/chromium_org/net/cert/
asn1_util.h 78 // CRLs that only cover a subset of the reasons are omitted as the spec
81 // CRLs that use an alternative issuer are also omitted.
84 // having several CRLs with one location is equivalent to having one CRL with
cert_verifier.h 33 // If set, enables online revocation checking via CRLs and OCSP for the
48 // such as to fetch missing intermediates or to check OCSP or CRLs.
54 // If set, enables online revocation checking via CRLs or OCSP when the
60 // enables online revocation checking via CRLs or OCSP, but only
crl_set.h 59 // crls returns the internal state of this CRLSet. It should only be used in
61 const CRLList& crls() const;
crl_set_unittest.cc 193 const net::CRLSet::CRLList& crls = set->crls(); local
194 ASSERT_EQ(1u, crls.size());
195 const std::vector<std::string>& serials = crls[0].second;
246 const net::CRLSet::CRLList& crls = delta_set->crls(); local
247 ASSERT_EQ(2u, crls.size());
248 const std::vector<std::string>& serials = crls[1].second;
275 const net::CRLSet::CRLList& crls = delta2_set->crls(); local
294 const net::CRLSet::CRLList& crls = delta_set->crls(); local
    [all...]
  /external/chromium_org/net/data/ssl/scripts/
redundant-ca.cnf 7 # The default test root, used to generate certificates and CRLs.
  /external/nist-pkits/
extract-pkits-tests.pl 66 push(@usedFiles, "crls/" . $crlName);
93 String[] crls = {
104 assertValidPath(trustAnchor, certs, crls);
108 assertInvalidPath(trustAnchor, certs, crls);
  /external/openssl/crypto/cms/
cms_lib.c 504 return &cms->d.signedData->crls;
507 return &cms->d.envelopedData->originatorInfo->crls;
594 STACK_OF(X509_CRL) *crls = NULL;
606 if (!crls)
608 crls = sk_X509_CRL_new_null();
609 if (!crls)
612 if (!sk_X509_CRL_push(crls, rch->d.crl))
614 sk_X509_CRL_pop_free(crls, X509_CRL_free);
621 return crls;
cms_smime.c 282 STACK_OF(X509_CRL) *crls,
296 if (crls)
297 X509_STORE_CTX_set0_crls(&ctx, crls);
322 STACK_OF(X509_CRL) *crls = NULL;
363 crls = CMS_get1_crls(cms);
368 cms_certs, crls, flags))
442 if (crls)
443 sk_X509_CRL_pop_free(crls, X509_CRL_free);
  /libcore/luni/src/main/java/java/security/cert/
CRL.java 21 * This class represents Certificate Revocation Lists (CRLs) maintained by a
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
X509CRLTest.java 189 assertEquals("The CRLs with equal encoded form should be equal",
195 assertEquals("The CRLs with equal encoded form should be equal",
204 assertFalse("The CRLs with differing encoded form should not be equal",

Completed in 1896 milliseconds

1 2 3 4