/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | CertPathReviewerMessages.properties | 324 ## 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/ |
D | test_suite.proto | 27 // 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/ |
D | PKIXCRLStoreSelector.java | 4 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/ |
D | PKIXCRLStoreSelector.java | 5 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/ |
D | PKIXCRLStoreSelector.java | 5 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/ |
D | server1-openssl.cnf | 35 # 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/ |
D | CertStoreCollectionSpi.java | 4 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/ |
D | CertStoreCollectionSpi.java | 5 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/ |
D | CertStoreCollectionSpi.java | 5 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/ |
D | CertificateFactory.java | 10 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/ |
D | CertificateFactory.java | 10 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/ |
D | CertificateFactory.java | 9 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/ |
D | x509.uts | 140 ############ 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/ |
D | crl_idp_reasons_only.pem | 1 -----BEGIN X509 CRL----- 10 -----END X509 CRL-----
|
D | crl_unsupported_reason.pem | 1 -----BEGIN X509 CRL----- 11 -----END X509 CRL-----
|
D | crl_idp_fullname_only_user.pem | 1 -----BEGIN X509 CRL----- 11 -----END X509 CRL-----
|
D | crl_idp_fullname_only_aa.pem | 1 -----BEGIN X509 CRL----- 11 -----END X509 CRL-----
|
D | crl_dup_entry_ext.pem | 1 -----BEGIN X509 CRL----- 11 -----END X509 CRL-----
|
D | crl_idp_fullname_indirect_crl.pem | 1 -----BEGIN X509 CRL----- 11 -----END X509 CRL-----
|
D | crl_ian_aia_aki.pem | 1 -----BEGIN X509 CRL----- 14 -----END X509 CRL-----
|
D | crl_idp_relative_user_all_reasons.pem | 1 -----BEGIN X509 CRL----- 11 -----END X509 CRL-----
|
/external/curl/tests/certs/ |
D | Server-localhost-sv.crl | 1 -----BEGIN X509 CRL----- 12 -----END X509 CRL-----
|
D | Server-localhost.nn-sv.crl | 1 -----BEGIN X509 CRL----- 13 -----END X509 CRL-----
|
D | Server-localhost-firstSAN-sv.crl | 1 -----BEGIN X509 CRL----- 15 -----END X509 CRL-----
|
/external/python/cpython2/Lib/test/ |
D | revocation.crl | 1 -----BEGIN X509 CRL----- 11 -----END X509 CRL-----
|