Home
last modified time | relevance | path

Searched refs:notBefore (Results 1 – 24 of 24) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
DX509v3CertificateBuilder.java38 …public X509v3CertificateBuilder(X500Name issuer, BigInteger serial, Date notBefore, Date notAfter,… in X509v3CertificateBuilder() argument
40 this(issuer, serial, new Time(notBefore), new Time(notAfter), subject, publicKeyInfo); in X509v3CertificateBuilder()
55 …public X509v3CertificateBuilder(X500Name issuer, BigInteger serial, Date notBefore, Date notAfter,… in X509v3CertificateBuilder() argument
57 …this(issuer, serial, new Time(notBefore, dateLocale), new Time(notAfter, dateLocale), subject, pub… in X509v3CertificateBuilder()
70 …public X509v3CertificateBuilder(X500Name issuer, BigInteger serial, Time notBefore, Time notAfter,… in X509v3CertificateBuilder() argument
75 tbsGen.setStartDate(notBefore); in X509v3CertificateBuilder()
/external/boringssl/src/crypto/x509v3/
Dv3_pku.c82 ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notBefore, ASN1_GENERALIZEDTIME, 0),
93 if (usage->notBefore) {
95 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
/external/boringssl/src/crypto/x509/
Dx509_set.c116 in = x->cert_info->validity->notBefore; in X509_set_notBefore()
120 M_ASN1_TIME_free(x->cert_info->validity->notBefore); in X509_set_notBefore()
121 x->cert_info->validity->notBefore = in; in X509_set_notBefore()
129 return x->cert_info->validity->notBefore; in X509_get0_notBefore()
Dmake_many_constraints.go95 notBefore, err := time.Parse(time.RFC3339, "2000-01-01T00:00:00Z")
107 NotBefore: notBefore,
149 NotBefore: notBefore,
Dx_val.c65 ASN1_SIMPLE(X509_VAL, notBefore, ASN1_TIME),
Dx509_r2x.c99 if (X509_gmtime_adj(xi->validity->notBefore, 0) == NULL) in X509_REQ_to_X509()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLX509Certificate.java67 private final Date notBefore; field in OpenSSLX509Certificate
74 notBefore = toDate(NativeCrypto.X509_get_notBefore(mContext, this)); in OpenSSLX509Certificate()
79 private OpenSSLX509Certificate(long ctx, Date notBefore, Date notAfter) { in OpenSSLX509Certificate() argument
81 this.notBefore = notBefore; in OpenSSLX509Certificate()
294 return (Date) notBefore.clone(); in getNotBefore()
575 …cate copy = new OpenSSLX509Certificate(NativeCrypto.X509_dup(mContext, this), notBefore, notAfter); in withDeletedExtension()
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLX509Certificate.java64 private final Date notBefore; field in OpenSSLX509Certificate
71 notBefore = toDate(NativeCrypto.X509_get_notBefore(mContext, this)); in OpenSSLX509Certificate()
76 private OpenSSLX509Certificate(long ctx, Date notBefore, Date notAfter) { in OpenSSLX509Certificate() argument
78 this.notBefore = notBefore; in OpenSSLX509Certificate()
290 return (Date) notBefore.clone(); in getNotBefore()
571 …cate copy = new OpenSSLX509Certificate(NativeCrypto.X509_dup(mContext, this), notBefore, notAfter); in withDeletedExtension()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DX509V2AttributeCertificate.java43 private Date notBefore; field in X509V2AttributeCertificate
86 … this.notBefore = cert.getAcinfo().getAttrCertValidityPeriod().getNotBeforeTime().getDate(); in X509V2AttributeCertificate()
116 return notBefore; in getNotBefore()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/
DX509V2AttributeCertificate.java45 private Date notBefore; field in X509V2AttributeCertificate
88 … this.notBefore = cert.getAcinfo().getAttrCertValidityPeriod().getNotBeforeTime().getDate(); in X509V2AttributeCertificate()
118 return notBefore; in getNotBefore()
/external/scapy/scapy/layers/tls/
Dcert.py582 notBefore = tbsCert.validity.not_before.val
583 if notBefore[-1] == "Z":
584 notBefore = notBefore[:-1]
586 self.notBefore = time.strptime(notBefore, "%y%m%d%H%M%S")
589 self.notBefore_str_simple = time.strftime("%x", self.notBefore)
/external/curl/lib/
Dx509asn1.h107 curl_asn1Element notBefore; member
Dx509asn1.c763 ccp = getASN1Element(&cert->notBefore, elem.beg, elem.end); in Curl_parseX509()
1028 ccp = ASN1tostr(&cert.notBefore, 0); in Curl_extract_certinfo()
/external/curl/lib/vtls/
Dnss.c915 PRTime notBefore, notAfter; in display_cert_info() local
922 CERT_GetCertTimes(cert, &notBefore, &notAfter); in display_cert_info()
923 PR_ExplodeTime(notBefore, PR_GMTParameters, &printableTime); in display_cert_info()
/external/boringssl/src/include/openssl/
Dx509.h122 ASN1_TIME *notBefore; member
523 #define X509_get_notBefore(x) ((x)->cert_info->validity->notBefore)
Dx509v3.h166 ASN1_GENERALIZEDTIME *notBefore; member
/external/python/cpython2/Doc/library/
Dssl.rst407 string representing the "notBefore" or "notAfter" date from a
423 "notBefore" or "notAfter" dates must use GMT (:rfc:`5280`).
932 'notBefore': 'Nov 21 03:09:52 2011 GMT',
965 ``notBefore``. Additionall :exc:`ValueError` is raised when the handshake
1404 valid. This is expressed as two fields, called "notBefore" and "notAfter".
1577 'notBefore': 'Sep 5 00:00:00 2014 GMT',
/external/scapy/test/
Dcert.uts212 x.notBefore == (2006, 7, 13, 7, 38, 59, 3, 194, -1)
/external/python/cpython2/Modules/
D_ssl.c1275 ASN1_TIME *notBefore, *notAfter; in _decode_certificate() local
1333 notBefore = X509_get_notBefore(certificate); in _decode_certificate()
1334 ASN1_TIME_print(biobuf, notBefore); in _decode_certificate()
/external/python/cpython3/Doc/library/
Dssl.rst396 string representing the "notBefore" or "notAfter" date from a
412 "notBefore" or "notAfter" dates must use GMT (:rfc:`5280`).
1210 'notBefore': 'Nov 21 03:09:52 2011 GMT',
1243 and ``notBefore``.
2046 valid. This is expressed as two fields, called "notBefore" and "notAfter".
2219 'notBefore': 'Sep 5 00:00:00 2014 GMT',
/external/python/cpython3/Modules/
D_ssl.c1571 ASN1_TIME *notBefore, *notAfter; in _decode_certificate() local
1633 notBefore = X509_get_notBefore(certificate); in _decode_certificate()
1634 ASN1_TIME_print(biobuf, notBefore); in _decode_certificate()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc4028 ASN1_TIME* notBefore = X509_get_notBefore(x509); in NativeCrypto_X509_get_notBefore() local
4029 JNI_TRACE("X509_get_notBefore(%p) => %p", x509, notBefore); in NativeCrypto_X509_get_notBefore()
4030 return reinterpret_cast<uintptr_t>(notBefore); in NativeCrypto_X509_get_notBefore()
/external/grpc-grpc-java/netty/shaded/
Dgrpc-netty-shaded-1.14.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...
/external/python/cpython3/Misc/
DHISTORY11588 sockets now has additional items such as ``issuer`` and ``notBefore``.