/libcore/luni/src/test/java/tests/security/cert/ |
X509CRLTest.java | 219 assertEquals("The CRLs with equal encoded form should be equal", 225 assertEquals("The CRLs with equal encoded form should be equal", 234 assertFalse("The CRLs with differing encoded form should not be equal",
|
X509CRLSelector2Test.java | 61 * addIssuer(X500Principal issuer) method testing. Tests if CRLs with 83 * addIssuerName(String name) method testing. Tests if CRLs with specified 115 * setIssuerNames(Collection <?> names) method testing. Tests if CRLs with 165 * CRLs with any issuers match the selector in the case of null issuerNames 197 * addIssuerName(byte[] name) method testing. Tests if CRLs with specified 235 * setMinCRLNumber(BigInteger minCRL) method testing. Tests if CRLs with any 259 * setMaxCRLNumber(BigInteger maxCRL) method testing. Tests if CRLs with any 283 * setDateAndTime(Date dateAndTime) method testing. Tests if CRLs with any
|
/external/chromium_org/net/data/ssl/scripts/ |
ca.cnf | 12 # The default test root, used to generate certificates and CRLs.
|
redundant-ca.cnf | 5 # The default test root, used to generate certificates and CRLs.
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CollectionCertStoreParametersTest.java | 113 * CRLs from the Collection, thus changing the set of Certificates or CRLs
|
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/ |
X509CRLSelectorTest.java | 181 * Tests if CRLs with any issuers match the selector in the case of 213 * Tests if CRLs with any issuers match the selector in the case of 259 * Tests if CRLs with specified issuers match the selector, 281 * Tests if CRLs with specified issuers match the selector, 313 * Tests if CRLs with specified issuers match the selector, 351 * Tests if CRLs with any crl number value match the selector in the case of 373 * Tests if CRLs with any crl number value match the selector in the case of 395 * Tests if CRLs with any update dates match the selector in the case of
|
/external/chromium_org/net/cert/ |
crl_set.h | 82 // crls returns the internal state of this CRLSet. It should only be used in 84 const CRLList& crls() const;
|
cert_verify_proc.h | 44 // revocation checking is performed (i.e. OCSP and downloading CRLs). CRLSet
|
test_root_certs_unittest.cc | 138 // TODO(rsleevi): Add tests for revocation checking via CRLs, ensuring that
|
/external/chromium_org/third_party/openssl/openssl/crypto/store/ |
README | 8 generation of certain objects (for example, keys and CRLs). 62 generate_object - for example to generate keys and CRLs
|
/external/openssl/crypto/store/ |
README | 8 generation of certain objects (for example, keys and CRLs). 62 generate_object - for example to generate keys and CRLs
|
/libcore/luni/src/main/java/java/security/cert/ |
CertificateFactorySpi.java | 84 * the stream from which the data is read to create the CRLs. 85 * @return a collection of CRLs.
|
X509CRLSelector.java | 161 * {@link #addIssuerName(byte[])} instead. It can fail to match some CRLs 258 * Sets a certificate hint to find CRLs. It's not a criterion but may help 259 * finding relevant CRLs. 351 * Returns the certificate hint to find CRLs. It's not a criterion but may 352 * help finding relevant CRLs.
|
CollectionCertStoreParameters.java | 27 * retrieve the certificates and CRLs from.
|
PKIXParameters.java | 46 // List of cert stores that used to find certificates and CRLs 254 * and CRLs. 277 * CRLs. 296 * to find certificates and CRLs.
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
x509_vfy.h | 238 STACK_OF(X509_CRL) *crls; /* set of CRLs passed in */ member in struct:x509_store_ctx_st 366 /* Lookup CRLs */ 368 /* Lookup CRLs for whole chain */ 386 /* Extended CRL features such as indirect CRLs, alternate CRL signing keys */
|
x509_vfy.c | 127 X509_CRL *base, STACK_OF(X509_CRL) *crls); 821 STACK_OF(X509_CRL) *crls) 829 for (i = 0; i < sk_X509_CRL_num(crls); i++) 831 crl = sk_X509_CRL_value(crls, i); 858 get_delta_sk(ctx, pdcrl, pscore, best_crl, crls); 944 X509_CRL *base, STACK_OF(X509_CRL) *crls) 952 for (i = 0; i < sk_X509_CRL_num(crls); i++) 954 delta = sk_X509_CRL_value(crls, i); 987 /* Reason codes or indirect CRLs need extended CRL support */ 1118 crl_ctx.crls = ctx->crls [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
x509_vfy.h | 238 STACK_OF(X509_CRL) *crls; /* set of CRLs passed in */ member in struct:x509_store_ctx_st 366 /* Lookup CRLs */ 368 /* Lookup CRLs for whole chain */ 386 /* Extended CRL features such as indirect CRLs, alternate CRL signing keys */
|
/external/openssl/crypto/x509/ |
x509_vfy.h | 238 STACK_OF(X509_CRL) *crls; /* set of CRLs passed in */ member in struct:x509_store_ctx_st 366 /* Lookup CRLs */ 368 /* Lookup CRLs for whole chain */ 386 /* Extended CRL features such as indirect CRLs, alternate CRL signing keys */
|
x509_vfy.c | 127 X509_CRL *base, STACK_OF(X509_CRL) *crls); 821 STACK_OF(X509_CRL) *crls) 829 for (i = 0; i < sk_X509_CRL_num(crls); i++) 831 crl = sk_X509_CRL_value(crls, i); 858 get_delta_sk(ctx, pdcrl, pscore, best_crl, crls); 944 X509_CRL *base, STACK_OF(X509_CRL) *crls) 952 for (i = 0; i < sk_X509_CRL_num(crls); i++) 954 delta = sk_X509_CRL_value(crls, i); 987 /* Reason codes or indirect CRLs need extended CRL support */ 1118 crl_ctx.crls = ctx->crls [all...] |
/external/openssl/include/openssl/ |
x509_vfy.h | 238 STACK_OF(X509_CRL) *crls; /* set of CRLs passed in */ member in struct:x509_store_ctx_st 366 /* Lookup CRLs */ 368 /* Lookup CRLs for whole chain */ 386 /* Extended CRL features such as indirect CRLs, alternate CRL signing keys */
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
CMSSignedHelper.java | 258 // List crls = new ArrayList(crlHldrs.size()); 262 // crls.add(converter.getCRL((X509CRLHolder)it.next())); 266 // "CRL/" +type, new X509CollectionStoreParameters(crls), provider);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/ |
X509Principal.java | 18 * Objects of this type can be created from certificates and CRLs using the
|
/external/bouncycastle/patches/ |
bcpkix.patch | 64 - * return a X509Store containing CRLs, if any, contained 69 - * @return a store of CRLs 84 - * return a X509Store containing CRLs, if any, contained 89 - * @return a store of CRLs 108 - * return a CertStore containing the certificates and CRLs associated with 125 - * return a CertStore containing the certificates and CRLs associated with 206 + // * return a X509Store containing CRLs, if any, contained 211 + // * @return a store of CRLs 226 + // * return a X509Store containing CRLs, if any, contained 231 + // * @return a store of CRLs [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/ |
X509CertFactoryImpl.java | 49 * It supports CRLs and Certificates in (PEM) ASN.1 DER encoded form, 51 * For Certificates and CRLs factory maintains the caching 318 // there were not read X.509 CRLs, so 354 List<CertificateList> crls = data.getCRLs(); local 355 if (crls != null) { 356 for (CertificateList crl : crls) { [all...] |