Searched defs:endDate (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DAdaptableX509CertSelector.java52 private Date endDate; field in class:AdaptableX509CertSelector
80 * @param endDate the end date of a validity period that must fall
83 void setValidityPeriod(Date startDate, Date endDate) { argument
85 this.endDate = endDate;
157 if (endDate != null) {
159 xcert.checkValidity(endDate);
196 if (endDate != null) {
197 copy.endDate = (Date)endDate
[all...]

Completed in 31 milliseconds