Searched defs:notBefore (Results 1 – 7 of 7) sorted by relevance
30 private Long notBefore; field in Validity47 public void setNotBefore(Long notBefore) { in setNotBefore()
366 ASN1_TIME* notBefore = NULL; variable384 ASN1_TIME notBefore{ 0 }; variable404 ASN1_TIME notBefore{ 0 }; variable424 ASN1_TIME notBefore{ 0 }; variable445 ASN1_TIME notBefore{ 0 }; variable467 ASN1_TIME notBefore{ 0 }; variable491 ASN1_TIME notBefore{ 0 }; variable513 ASN1_TIME* notBefore = NULL; variable545 ASN1_TIME* notBefore = NULL; variable
143 const ASN1_TIME* notBefore = X509_get0_notBefore(certsChain[i]); in VerifyCertChainPeriodOfValidity() local171 const ASN1_TIME* notBefore, in CheckSignTimeInValidPeriod()
84 LocalDateTime notBefore = LocalDateTime.now(); in CertBuilder() local
309 LocalDateTime notBefore = LocalDateTime.now(); in createKeyOnly() local
316 const ASN1_TIME* notBefore, const ASN1_TIME* notAfter) in CheckSignTimeInValidPeriod()462 const ASN1_TIME* notBefore = X509_get0_notBefore(cert); in CheckSignerInfoSignTimeInCertChainValidPeriod() local
64 int64_t notBefore = 0; member