Searched refs:notBefore (Results 1 - 16 of 16) sorted by relevance

/external/openssl/crypto/x509v3/
H A Dv3_pku.c78 ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notBefore, ASN1_GENERALIZEDTIME, 0),
88 if(usage->notBefore) {
90 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
H A Dx509v3.h159 ASN1_GENERALIZEDTIME *notBefore; member in struct:PKEY_USAGE_PERIOD_st
/external/openssl/crypto/asn1/
H A Dx_val.c65 ASN1_SIMPLE(X509_VAL, notBefore, ASN1_TIME),
/external/openssl/crypto/x509/
H A Dx509_set.c112 in=x->cert_info->validity->notBefore;
118 M_ASN1_TIME_free(x->cert_info->validity->notBefore);
119 x->cert_info->validity->notBefore=in;
H A Dx509_r2x.c97 if (X509_gmtime_adj(xi->validity->notBefore,0) == NULL)
H A Dx509.h156 ASN1_TIME *notBefore; member in struct:X509_val_st
612 #define X509_get_notBefore(x) ((x)->cert_info->validity->notBefore)
/external/bouncycastle/src/main/java/org/bouncycastle/x509/
H A DX509V2AttributeCertificate.java42 private Date notBefore; field in class:X509V2AttributeCertificate
85 this.notBefore = cert.getAcinfo().getAttrCertValidityPeriod().getNotBeforeTime().getDate();
115 return notBefore;
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
H A DX509CertFactoryPerfTest.java76 static long notBefore = 1000000000L; field in class:X509CertFactoryPerfTest
246 new Validity(new Date(notBefore), new Date(notAfter));
509 assertEquals("Incorrect notBefore date",
510 new Date(notBefore), certificate.getNotBefore());
H A DX509CertImplTest.java101 long notBefore = 1000000000L; field in class:X509CertImplTest
272 new Validity(new Date(notBefore), new Date(notAfter));
439 assertEquals("Incorrect notBefore date",
440 new Date(notBefore), certificate.getNotBefore());
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
H A DX509CertSelectorTest.java98 protected Date notBefore = null; field in class:X509CertSelectorTest.TestCert
145 public TestCert(Date notBefore, Date notAfter) { argument
146 setPeriod(notBefore, notAfter);
188 public void setPeriod(Date notBefore, Date notAfter) { argument
189 this.notBefore = notBefore;
381 new PrivateKeyUsagePeriod(notBefore, notAfter);
/external/openssl/include/openssl/
H A Dx509.h156 ASN1_TIME *notBefore; member in struct:X509_val_st
612 #define X509_get_notBefore(x) ((x)->cert_info->validity->notBefore)
H A Dx509v3.h159 ASN1_GENERALIZEDTIME *notBefore; member in struct:PKEY_USAGE_PERIOD_st
/external/chromium/net/base/
H A Dx509_certificate_nss.cc639 ParseDate(&cert_handle_->validity.notBefore, &valid_start_);
H A Dx509_certificate_mac.cc703 certReq.notBefore = 0;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 193 milliseconds