Home
last modified time | relevance | path

Searched refs:getStartDate (Results 1 – 15 of 15) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DCertificate.java97 public Time getStartDate() in getStartDate() method in Certificate
99 return tbsCert.getStartDate(); in getStartDate()
DX509CertificateStructure.java95 public Time getStartDate() in getStartDate() method in X509CertificateStructure
97 return tbsCert.getStartDate(); in getStartDate()
DTBSCertificate.java153 public Time getStartDate() in getStartDate() method in TBSCertificate
DTBSCertificateStructure.java155 public Time getStartDate() in getStartDate() method in TBSCertificateStructure
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
DX509CertificateHolder.java192 return x509Certificate.getStartDate().getDate(); in getNotBefore()
253 …return !date.before(x509Certificate.getStartDate().getDate()) && !date.after(x509Certificate.getEn… in isValidOn()
/external/testng/src/main/java/org/testng/
DITestContext.java33 public Date getStartDate(); in getStartDate() method
DTestRunner.java1256 public Date getStartDate() { in getStartDate() method in TestRunner
/external/testng/src/main/java/org/testng/reporters/
DTestHTMLReporter.java265 Date startDate = testContext.getStartDate(); in generateLog()
284 ….append("<td>Started on:</td><td>").append(testContext.getStartDate().toString()).append("</td>\n") in generateLog()
DEmailableReporter.java383 time_start = Math.min(overview.getStartDate().getTime(), time_start); in generateSuiteSummaryReport()
386 (overview.getEndDate().getTime() - overview.getStartDate().getTime()) / 1000.) in generateSuiteSummaryReport()
DJUnitXMLReporter.java169 + ((context.getEndDate().getTime() - context.getStartDate().getTime()) / 1000.0)); in generateReport()
DXMLReporter.java157 Date startDate = testContext.getStartDate(); in getSuiteAttributes()
DXMLSuiteResultWriter.java108 XMLReporter.addDurationAttributes(config, attributes, tc.getStartDate(), tc.getEndDate()); in getSuiteResultAttributes()
DEmailableReporter2.java640 - context.getStartDate().getTime(); in TestResult()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
DX509CertificateObject.java151 …ow new CertificateNotYetValidException("certificate not valid till " + c.getStartDate().getTime()); in checkValidity()
218 return c.getStartDate().getDate(); in getNotBefore()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DX509CertificateObject.java152 …ow new CertificateNotYetValidException("certificate not valid till " + c.getStartDate().getTime()); in checkValidity()
219 return c.getStartDate().getDate(); in getNotBefore()