Home | History | Annotate | Download | only in certpath

Lines Matching refs:startDate

55     private Date startDate;
80 * @param startDate the start date of a validity period that must fall
85 void setValidityPeriod(Date startDate, Date endDate) {
86 this.startDate = startDate;
181 if (startDate != null) {
183 xcert.checkValidity(startDate);
250 if (startDate != null) {
251 copy.startDate = (Date)startDate.clone();