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

/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_pku.c79 ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notBefore, ASN1_GENERALIZEDTIME, 0),
89 if(usage->notBefore) {
91 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
/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/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx_val.c65 ASN1_SIMPLE(X509_VAL, notBefore, ASN1_TIME),
H A Dx509_set.c110 in=x->cert_info->validity->notBefore;
116 M_ASN1_TIME_free(x->cert_info->validity->notBefore);
117 x->cert_info->validity->notBefore=in;
H A Dx509_r2x.c96 if (X509_gmtime_adj(xi->validity->notBefore,0) == NULL)
/external/openssl/crypto/asn1/
H A Dx_val.c65 ASN1_SIMPLE(X509_VAL, notBefore, ASN1_TIME),
/external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
H A DCsrUtil.java50 Date notBefore = new Date(calendar.getTimeInMillis());
56 return generateX509V3AuthorityCertificate(rootName, rootPair, notBefore, notAfter, serialNumber);
62 KeyPair rootPair, Date notBefore, Date notAfter, BigInteger serialNumber)
70 certGen.setNotBefore(notBefore);
111 Date notBefore = new Date(calendar.getTimeInMillis());
117 return issueX509V3Certificate(name, publicKey, rootCert, rootPair, notBefore, notAfter, serialNumber);
122 X509Certificate rootCert, KeyPair rootPair, Date notBefore, Date notAfter,
131 certGen.setNotBefore(notBefore);
61 generateX509V3AuthorityCertificate(String rootName, KeyPair rootPair, Date notBefore, Date notAfter, BigInteger serialNumber) argument
121 issueX509V3Certificate(String name, PublicKey publicKey, X509Certificate rootCert, KeyPair rootPair, Date notBefore, Date notAfter, BigInteger serialNumber) argument
H A DSslUtil.java129 * @param notBefore not valid before this date
137 String name, Date notBefore, Date notAfter, BigInteger serialNumber)
146 certGen.setNotBefore(notBefore);
234 Date notBefore = new Date(calendar.getTimeInMillis());
241 return generateX509V3Certificate(pair, name, notBefore, notAfter,
255 Date notBefore = new Date(calendar.getTimeInMillis());
259 return generateX509V3Certificate(pair, name, notBefore, notAfter,
136 generateX509V3Certificate(KeyPair pair, String name, Date notBefore, Date notAfter, BigInteger serialNumber) argument
/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/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/
H A DSslContextBuilder.java56 private long notBefore = System.currentTimeMillis(); field in class:SslContextBuilder
124 generator.setNotBefore(new Date(notBefore));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509V2AttributeCertificate.java43 private Date notBefore; field in class:X509V2AttributeCertificate
86 this.notBefore = cert.getAcinfo().getAttrCertValidityPeriod().getNotBeforeTime().getDate();
116 return notBefore;
/external/chromium_org/net/cert/
H A Dx509_certificate_ios.cc65 x509_util::ParseDate(&cert_handle->validity.notBefore, &valid_start_);
H A Dx509_certificate_nss.cc32 x509_util::ParseDate(&cert_handle_->validity.notBefore, &valid_start_);
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
H A DX509CertSelectorTest.java97 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;
378 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_org/third_party/boringssl/src/include/openssl/
H A Dx509.h117 ASN1_TIME *notBefore; member in struct:X509_val_st
565 #define X509_get_notBefore(x) ((x)->cert_info->validity->notBefore)
H A Dx509v3.h156 ASN1_GENERALIZEDTIME *notBefore; member in struct:PKEY_USAGE_PERIOD_st
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp5001 ASN1_TIME* notBefore = X509_get_notBefore(x509); local
5002 JNI_TRACE("X509_get_notBefore(%p) => %p", x509, notBefore);
5003 return reinterpret_cast<uintptr_t>(notBefore);
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/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 474 milliseconds