Searched refs:getStartDate (Results 1 – 15 of 15) sorted by relevance
97 public Time getStartDate() in getStartDate() method in Certificate99 return tbsCert.getStartDate(); in getStartDate()
95 public Time getStartDate() in getStartDate() method in X509CertificateStructure97 return tbsCert.getStartDate(); in getStartDate()
153 public Time getStartDate() in getStartDate() method in TBSCertificate
155 public Time getStartDate() in getStartDate() method in TBSCertificateStructure
192 return x509Certificate.getStartDate().getDate(); in getNotBefore()253 …return !date.before(x509Certificate.getStartDate().getDate()) && !date.after(x509Certificate.getEn… in isValidOn()
33 public Date getStartDate(); in getStartDate() method
1256 public Date getStartDate() { in getStartDate() method in TestRunner
265 Date startDate = testContext.getStartDate(); in generateLog()284 ….append("<td>Started on:</td><td>").append(testContext.getStartDate().toString()).append("</td>\n") in generateLog()
383 time_start = Math.min(overview.getStartDate().getTime(), time_start); in generateSuiteSummaryReport()386 (overview.getEndDate().getTime() - overview.getStartDate().getTime()) / 1000.) in generateSuiteSummaryReport()
169 + ((context.getEndDate().getTime() - context.getStartDate().getTime()) / 1000.0)); in generateReport()
157 Date startDate = testContext.getStartDate(); in getSuiteAttributes()
108 XMLReporter.addDurationAttributes(config, attributes, tc.getStartDate(), tc.getEndDate()); in getSuiteResultAttributes()
640 - context.getStartDate().getTime(); in TestResult()
151 …ow new CertificateNotYetValidException("certificate not valid till " + c.getStartDate().getTime()); in checkValidity()218 return c.getStartDate().getDate(); in getNotBefore()
152 …ow new CertificateNotYetValidException("certificate not valid till " + c.getStartDate().getTime()); in checkValidity()219 return c.getStartDate().getDate(); in getNotBefore()