Home
last modified time | relevance | path

Searched refs:CRL (Results 1 – 25 of 172) sorted by relevance

1234567

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DCertPathReviewerMessages.properties324 ## check CRL notifications
326 # found local valid CRL
327 # {0} thisUpdate of the CRL
328 # {1} nextUpdate of the CRL
329 CertPathReviewer.localValidCRL.title = Found valid local CRL
330 CertPathReviewer.localValidCRL.text = Found a valid CRL in local certstore. Issued on {0,date}, nex…
331 CertPathReviewer.localValidCRL.summary = Found a valid CRL in local certstore. Issued on {0,date}, …
332 CertPathReviewer.localValidCRL.details = Found a valid CRL in local certstore. Issued on {0,date}, …
335 # found matching CRL, but not valid
336 # {0} thisUpdate of the CRL
[all …]
/external/openscreen/cast/common/certificate/proto/
Dtest_suite.proto27 // Problem with the CRL.
34 // No CRL was provided, but revocation check is required, and therefore fails.
37 // CRL is valid at the time of initial verification, but when device cert
38 // revocation is checked, the CRL signer cert has expired and the CRL is no
59 // Time at which to verify the CRL. It this field is omitted, the CRL is
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
DPKIXCRLStoreSelector.java4 import java.security.cert.CRL;
25 public class PKIXCRLStoreSelector<T extends CRL>
140 public PKIXCRLStoreSelector<? extends CRL> build() in build()
180 public boolean match(CRL obj) in match()
315 …public static Collection<? extends CRL> getCRLs(final PKIXCRLStoreSelector selector, CertStore cer… in getCRLs()
342 public boolean match(CRL crl) in match()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/
DPKIXCRLStoreSelector.java5 import java.security.cert.CRL;
27 public class PKIXCRLStoreSelector<T extends CRL>
143 public PKIXCRLStoreSelector<? extends CRL> build() in build()
183 public boolean match(CRL obj) in match()
318 …public static Collection<? extends CRL> getCRLs(final PKIXCRLStoreSelector selector, CertStore cer… in getCRLs()
345 public boolean match(CRL crl) in match()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/
DPKIXCRLStoreSelector.java5 import java.security.cert.CRL;
27 public class PKIXCRLStoreSelector<T extends CRL>
143 public PKIXCRLStoreSelector<? extends CRL> build() in build()
183 public boolean match(CRL obj) in match()
318 …public static Collection<? extends CRL> getCRLs(final PKIXCRLStoreSelector selector, CertStore cer… in getCRLs()
345 public boolean match(CRL crl) in match()
/external/grpc-grpc-java/testing/src/main/resources/certs/
Dserver1-openssl.cnf35 # must be commented out to leave a V1 CRL
36 crl = $dir/crl.pem # The current CRL
50 # Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs
51 # so this is commented out by default to leave a V1 CRL.
52 # crlnumber must also be commented out to leave a V1 CRL.
56 default_crl_days= 30 # how long before next CRL
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DCertStoreCollectionSpi.java4 import java.security.cert.CRL;
83 if (obj instanceof CRL) in engineGetCRLs()
95 if ((obj instanceof CRL) && selector.match((CRL)obj)) in engineGetCRLs()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/provider/
DCertStoreCollectionSpi.java5 import java.security.cert.CRL;
87 if (obj instanceof CRL) in engineGetCRLs()
99 if ((obj instanceof CRL) && selector.match((CRL)obj)) in engineGetCRLs()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DCertStoreCollectionSpi.java5 import java.security.cert.CRL;
87 if (obj instanceof CRL) in engineGetCRLs()
99 if ((obj instanceof CRL) && selector.match((CRL)obj)) in engineGetCRLs()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/x509/
DCertificateFactory.java10 import java.security.cert.CRL;
119 protected CRL createCRL(CertificateList c) in createCRL()
125 private CRL readPEMCRL( in readPEMCRL()
132 private CRL readDERCRL( in readDERCRL()
139 private CRL getCRL(ASN1Sequence seq) in getCRL()
163 private CRL getCRL() in getCRL()
301 public CRL engineGenerateCRL( in engineGenerateCRL()
386 CRL crl; in engineGenerateCRLs()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/x509/
DCertificateFactory.java10 import java.security.cert.CRL;
119 protected CRL createCRL(CertificateList c) in createCRL()
125 private CRL readPEMCRL( in readPEMCRL()
132 private CRL readDERCRL( in readDERCRL()
139 private CRL getCRL(ASN1Sequence seq) in getCRL()
163 private CRL getCRL() in getCRL()
301 public CRL engineGenerateCRL( in engineGenerateCRL()
386 CRL crl; in engineGenerateCRLs()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
DCertificateFactory.java9 import java.security.cert.CRL;
117 protected CRL createCRL(CertificateList c) in createCRL()
123 private CRL readPEMCRL( in readPEMCRL()
130 private CRL readDERCRL( in readDERCRL()
137 private CRL getCRL(ASN1Sequence seq) in getCRL()
161 private CRL getCRL() in getCRL()
299 public CRL engineGenerateCRL( in engineGenerateCRL()
384 CRL crl; in engineGenerateCRLs()
/external/scapy/test/
Dx509.uts140 ############ CRL class ###############################################
143 = CRL class : Importing DER encoded X.509 CRL
147 = CRL class : Rebuild crl
150 = CRL class : Version
154 = CRL class : Signature algorithm (as advertised by TBSCertList)
158 = CRL class : Issuer structure
165 = CRL class : Issuer first attribute
168 = CRL class : Issuer string
171 = CRL class : This update
174 = CRL class : Optional next update
[all …]
/external/python/cryptography/vectors/cryptography_vectors/x509/custom/
Dcrl_idp_reasons_only.pem1 -----BEGIN X509 CRL-----
10 -----END X509 CRL-----
Dcrl_unsupported_reason.pem1 -----BEGIN X509 CRL-----
11 -----END X509 CRL-----
Dcrl_idp_fullname_only_user.pem1 -----BEGIN X509 CRL-----
11 -----END X509 CRL-----
Dcrl_idp_fullname_only_aa.pem1 -----BEGIN X509 CRL-----
11 -----END X509 CRL-----
Dcrl_dup_entry_ext.pem1 -----BEGIN X509 CRL-----
11 -----END X509 CRL-----
Dcrl_idp_fullname_indirect_crl.pem1 -----BEGIN X509 CRL-----
11 -----END X509 CRL-----
Dcrl_ian_aia_aki.pem1 -----BEGIN X509 CRL-----
14 -----END X509 CRL-----
Dcrl_idp_relative_user_all_reasons.pem1 -----BEGIN X509 CRL-----
11 -----END X509 CRL-----
/external/curl/tests/certs/
DServer-localhost-sv.crl1 -----BEGIN X509 CRL-----
12 -----END X509 CRL-----
DServer-localhost.nn-sv.crl1 -----BEGIN X509 CRL-----
13 -----END X509 CRL-----
DServer-localhost-firstSAN-sv.crl1 -----BEGIN X509 CRL-----
15 -----END X509 CRL-----
/external/python/cpython2/Lib/test/
Drevocation.crl1 -----BEGIN X509 CRL-----
11 -----END X509 CRL-----

1234567