Home | History | Annotate | Download | only in x509

Lines Matching refs:Date

25 import java.util.Date;
49 private final Date notBeforeDate;
51 private final Date notAfterDate;
55 public PrivateKeyUsagePeriod(Date notBeforeDate, Date notAfterDate) {
59 private PrivateKeyUsagePeriod(Date notBeforeDate, Date notAfterDate, byte[] encoding) {
68 public Date getNotBefore() {
75 public Date getNotAfter() {
102 return new PrivateKeyUsagePeriod((Date) values[0], (Date) values[1], in.getEncoded());