Home | History | Annotate | Download | only in x509

Lines Matching refs:notBefore

40  *       notBefore      Time,
46 // the value of notBefore field of the structure
47 private final Date notBefore;
55 * @param notBefore: Date
58 public Validity(Date notBefore, Date notAfter) {
59 this.notBefore = notBefore;
64 * Returns the value of notBefore field of the structure.
65 * @return notBefore
68 return notBefore;
105 values[0] = validity.notBefore;