Home | History | Annotate | Download | only in x509

Lines Matching refs:notAfter

41  *       notAfter       Time
48 // the value of notAfter field of the structure
49 private final Date notAfter;
56 * @param notAfter: Date
58 public Validity(Date notBefore, Date notAfter) {
60 this.notAfter = notAfter;
72 * Returns the value of notAfter field of the structure.
73 * @return notAfter
76 return notAfter;
106 values[1] = validity.notAfter;