/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/ |
CertificateTest.java | 86 * notBefore Time,
|
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/ |
dec.c | 235 BIO_printf(bio_err,"notBefore=");
|
verify.c | 250 BIO_printf(bio_err,"notBefore=");
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
x509_txt.c | 102 return("format error in certificate's notBefore field");
|
x509.h | 156 ASN1_TIME *notBefore; 612 #define X509_get_notBefore(x) ((x)->cert_info->validity->notBefore) [all...] |
/external/openssl/crypto/pkcs7/ |
dec.c | 235 BIO_printf(bio_err,"notBefore=");
|
verify.c | 250 BIO_printf(bio_err,"notBefore=");
|
/external/openssl/crypto/x509/ |
x509_txt.c | 102 return("format error in certificate's notBefore field");
|
x509.h | 156 ASN1_TIME *notBefore; 612 #define X509_get_notBefore(x) ((x)->cert_info->validity->notBefore) [all...] |
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/ |
TestUtils.java | 331 * - notBefore: 13 Dec 1999 14:15:16<br> 364 // notBefore: UTCTime 411 * - notBefore: 13 Dec 1999 14:15:16<br> 446 // notBefore: UTCTime [all...] |
/libcore/luni/src/test/java/tests/security/cert/ |
X509CertSelectorTest.java | [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
x509.c | 113 " -startdate - notBefore field\n", 919 BIO_puts(STDout,"notBefore="); [all...] |
/external/openssl/apps/ |
x509.c | 113 " -startdate - notBefore field\n", 919 BIO_puts(STDout,"notBefore="); [all...] |
/external/chromium_org/net/tools/testserver/ |
minica.py | 225 asn1.UTCTime("100101060000Z"), # NotBefore
|
/libcore/luni/src/main/java/java/security/cert/ |
X509CertSelector.java | [all...] |
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/ |
X509CertSelectorTest.java | 98 protected Date notBefore = null; 145 public TestCert(Date notBefore, Date notAfter) { 146 setPeriod(notBefore, notAfter); 188 public void setPeriod(Date notBefore, Date notAfter) { 189 this.notBefore = notBefore; 381 new PrivateKeyUsagePeriod(notBefore, notAfter); [all...] |
/external/chromium_org/net/cert/ |
x509_certificate_win.cc | 153 valid_start_ = Time::FromFileTime(cert_handle_->pCertInfo->NotBefore);
|
ev_root_ca_metadata.cc | 133 // COMODO Certification Authority (reissued certificate with NotBefore of Jan 262 // NotBefore of Jan 1 00:00:00 2011 GMT).
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ssl.py | 18 notBefore and notAfter functions to integer
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ssl.py | 18 notBefore and notAfter functions to integer
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
x509.h | 156 ASN1_TIME *notBefore; 612 #define X509_get_notBefore(x) ((x)->cert_info->validity->notBefore) [all...] |
/external/openssl/include/openssl/ |
x509.h | 156 ASN1_TIME *notBefore; 612 #define X509_get_notBefore(x) ((x)->cert_info->validity->notBefore) [all...] |
/external/wpa_supplicant_8/src/tls/ |
x509v3.c | 659 * notBefore Time, 689 wpa_hexdump_ascii(MSG_DEBUG, "X509: Failed to parse notBefore " 706 wpa_printf(MSG_MSGDUMP, "X509: Validity: notBefore: %lu notAfter: %lu", [all...] |
/libcore/luni/src/test/java/libcore/java/security/cert/ |
X509CertificateTest.java | 172 // notBefore=Dec 26 00:19:14 2012 GMT 178 assertEquals("notBefore", line.substring(0, index)); [all...] |
/cts/tests/tests/keystore/src/android/keystore/cts/ |
AndroidKeyPairGeneratorTest.java | 465 assertDateEquals("The notBefore date should be the one passed into the params", start,
|