Searched refs:thisUpdate (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DX509CRLImpl.java76 * thisUpdate ChoiceOfTime,
105 private Date thisUpdate = null; field in class:X509CRLImpl
188 * @param thisUpdate the Date of this issue.
193 this.thisUpdate = thisDate;
201 * @param thisUpdate the Date of this issue.
212 this.thisUpdate = thisDate;
240 * @param thisUpdate the Date of this issue.
298 if (thisUpdate.getTime() < YR_2050)
299 tmp.putUTCTime(thisUpdate);
301 tmp.putGeneralizedTime(thisUpdate);
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DOCSPResponse.java98 * thisUpdate GeneralizedTime,
595 private final Date thisUpdate; field in class:OCSPResponse.SingleResponse
652 thisUpdate = tmp.getGeneralizedTime();
714 thisUpdate + until);
717 if ((thisUpdate != null && nowPlusSkew.before(thisUpdate)) ||
765 sb.append("thisUpdate is " + thisUpdate + "\n");

Completed in 34 milliseconds