/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/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()
|
D | PKIXCRLStore.java | 4 import java.security.cert.CRL; 17 public interface PKIXCRLStore<T extends CRL>
|
/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()
|
D | PKIXCRLStore.java | 3 import java.security.cert.CRL; 15 public interface PKIXCRLStore<T extends CRL>
|
/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
|
D | openssl.cnf | 53 # must be commented out to leave a V1 CRL 54 crl = $dir/crl.pem # The current CRL 68 # Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs 69 # so this is commented out by default to leave a V1 CRL. 70 # crlnumber must also be commented out to leave a V1 CRL. 74 default_crl_days= 30 # how long before next CRL 265 # CRL extensions. 266 # Only issuerAltName and authorityKeyIdentifier make any sense in a CRL.
|
/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/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 …]
|
D | cert.uts | 258 ########### CRL class ############################################### 260 + CRL class tests 262 = CRL class : Importing PEM-encoded CRL 263 x = CRL(""" 264 -----BEGIN X509 CRL----- 277 -----END X509 CRL----- 280 = CRL class : Checking version 283 = CRL class : Checking issuer extraction in basic format (/C=FR ...) 286 = CRL class : Checking lastUpdate date extraction in tuple format 289 = CRL class : Checking nextUpdate date extraction in tuple format [all …]
|
/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/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/curl/tests/certs/ |
D | Server-localhost-sv.crl | 1 -----BEGIN X509 CRL----- 12 -----END X509 CRL-----
|
D | Server-localhost-firstSAN-sv.crl | 1 -----BEGIN X509 CRL----- 15 -----END X509 CRL-----
|
D | Server-localhost.nn-sv.crl | 1 -----BEGIN X509 CRL----- 13 -----END X509 CRL-----
|
D | Server-localhost-lastSAN-sv.crl | 1 -----BEGIN X509 CRL----- 12 -----END X509 CRL-----
|
D | Server-localhost0h-sv.crl | 1 -----BEGIN X509 CRL----- 14 -----END X509 CRL-----
|
/external/python/cpython2/Lib/test/ |
D | revocation.crl | 1 -----BEGIN X509 CRL----- 11 -----END X509 CRL-----
|
/external/python/cpython3/Lib/test/ |
D | revocation.crl | 1 -----BEGIN X509 CRL----- 14 -----END X509 CRL-----
|
/external/curl/tests/data/ |
D | test313 | 7 CRL 21 CRL test
|
/external/wpa_supplicant_8/hs20/server/ca/ |
D | openssl-root.cnf | 29 # must be commented out to leave a V1 CRL 30 crl = $dir/crl.pem # The current CRL 40 default_crl_days= 30 # how long before next CRL
|
/external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/ |
D | tpmtoken_import_openssl.cnf | 45 crl = $dir/crl.pem # The current CRL 59 # Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs 60 # so this is commented out by default to leave a V1 CRL. 64 default_crl_days= 30 # how long before next CRL 254 # CRL extensions. 255 # Only issuerAltName and authorityKeyIdentifier make any sense in a CRL.
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | OpenSSLX509CertificateFactory.java | 23 import java.security.cert.CRL; 299 public CRL engineGenerateCRL(InputStream inStream) throws CRLException { in engineGenerateCRL() 308 public Collection<? extends CRL> engineGenerateCRLs(InputStream inStream) throws CRLException { in engineGenerateCRLs()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLX509CertificateFactory.java | 22 import java.security.cert.CRL; 295 public CRL engineGenerateCRL(InputStream inStream) throws CRLException { in engineGenerateCRL() 304 public Collection<? extends CRL> engineGenerateCRLs(InputStream inStream) throws CRLException { in engineGenerateCRLs()
|