Searched refs:thisUpdate (Results 1 – 4 of 4) sorted by relevance
105 private Date thisUpdate = null; field in X509CRLImpl193 this.thisUpdate = thisDate; in X509CRLImpl()212 this.thisUpdate = thisDate; in X509CRLImpl()298 if (thisUpdate.getTime() < YR_2050) in encodeInfo()299 tmp.putUTCTime(thisUpdate); in encodeInfo()301 tmp.putGeneralizedTime(thisUpdate); in encodeInfo()552 if (thisUpdate != null) in toString()553 sb.append("\nThis Update: " + thisUpdate.toString() + "\n"); in toString()681 return (new Date(thisUpdate.getTime())); in getThisUpdate()1130 thisUpdate = derStrm.getUTCTime(); in parse()[all …]
511 private Date thisUpdate = null; field in X509CRLSelector2Test.TestCRL522 public TestCRL(Date thisUpdate, Date nextUpdate) { in TestCRL() argument523 setUpdateDates(thisUpdate, nextUpdate); in TestCRL()530 public void setUpdateDates(Date thisUpdate, Date nextUpdate) { in setUpdateDates() argument531 this.thisUpdate = thisUpdate; in setUpdateDates()602 return thisUpdate; in getThisUpdate()
607 sr.thisUpdate + until); in verify()615 if (nowPlusSkew.before(sr.thisUpdate) || in verify()617 sr.nextUpdate != null ? sr.nextUpdate : sr.thisUpdate)) in verify()685 private final Date thisUpdate; field in OCSPResponse.SingleResponse737 thisUpdate = tmp.getGeneralizedTime(); in SingleResponse()826 sb.append("thisUpdate is " + thisUpdate + "\n"); in toString()
306 private java.util.Date thisUpdate; field in X509CRLImpl