/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ |
D | X509v3CertificateBuilder.java | 38 …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/ |
D | v3_pku.c | 82 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/ |
D | x509_set.c | 116 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()
|
D | make_many_constraints.go | 95 notBefore, err := time.Parse(time.RFC3339, "2000-01-01T00:00:00Z") 107 NotBefore: notBefore, 149 NotBefore: notBefore,
|
D | x_val.c | 65 ASN1_SIMPLE(X509_VAL, notBefore, ASN1_TIME),
|
D | x509_r2x.c | 99 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/ |
D | OpenSSLX509Certificate.java | 67 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/ |
D | OpenSSLX509Certificate.java | 64 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/ |
D | X509V2AttributeCertificate.java | 43 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/ |
D | X509V2AttributeCertificate.java | 45 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/ |
D | cert.py | 582 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/ |
D | x509asn1.h | 107 curl_asn1Element notBefore; member
|
D | x509asn1.c | 763 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/ |
D | nss.c | 915 PRTime notBefore, notAfter; in display_cert_info() local 922 CERT_GetCertTimes(cert, ¬Before, ¬After); in display_cert_info() 923 PR_ExplodeTime(notBefore, PR_GMTParameters, &printableTime); in display_cert_info()
|
/external/boringssl/src/include/openssl/ |
D | x509.h | 122 ASN1_TIME *notBefore; member 523 #define X509_get_notBefore(x) ((x)->cert_info->validity->notBefore)
|
D | x509v3.h | 166 ASN1_GENERALIZEDTIME *notBefore; member
|
/external/python/cpython2/Doc/library/ |
D | ssl.rst | 407 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/ |
D | cert.uts | 212 x.notBefore == (2006, 7, 13, 7, 38, 59, 3, 194, -1)
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 1275 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/ |
D | ssl.rst | 396 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.c | 1571 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/ |
D | native_crypto.cc | 4028 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/ |
D | grpc-netty-shaded-1.14.0.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/ ... |
/external/python/cpython3/Misc/ |
D | HISTORY | 11588 sockets now has additional items such as ``issuer`` and ``notBefore``.
|