Searched refs:getGeneralizedTime (Results 1 – 13 of 13) sorted by relevance
88 notBefore = derVal.data.getGeneralizedTime(); in construct()96 notAfter = derVal.data.getGeneralizedTime(); in construct()
158 notBefore = str.getGeneralizedTime(); in PrivateKeyUsageExtension()168 notAfter = str.getGeneralizedTime(); in PrivateKeyUsageExtension()
119 this.date = val.getGeneralizedTime(); in InvalidityDateExtension()
467 this.revocationDate = derVal.data.getGeneralizedTime(); in parse()
1132 thisUpdate = derStrm.getGeneralizedTime(); in parse()1146 nextUpdate = derStrm.getGeneralizedTime(); in parse()
155 genTime = tstInfo.data.getGeneralizedTime(); in parse()
312 Date producedAtDate = seq.getGeneralizedTime(); in OCSPResponse()702 revocationTime = derVal.data.getGeneralizedTime(); in SingleResponse()737 thisUpdate = tmp.getGeneralizedTime(); in SingleResponse()747 nextUpdate = derVal.data.getGeneralizedTime(); in SingleResponse()
583 public Date getGeneralizedTime() throws IOException { in getGeneralizedTime() method in DerInputStream586 return buffer.getGeneralizedTime(getLength(buffer)); in getGeneralizedTime()
757 public Date getGeneralizedTime() throws IOException { in getGeneralizedTime() method in DerValue762 return buffer.getGeneralizedTime(data.available()); in getGeneralizedTime()
276 public Date getGeneralizedTime(int len) throws IOException { in getGeneralizedTime() method in DerInputBuffer
270 values[i] = attrValueSet[i].getGeneralizedTime().toString(); in parse()
187 public java.util.Date getGeneralizedTime() throws java.io.IOException { in getGeneralizedTime() method in DerInputStream
215 public java.util.Date getGeneralizedTime() throws java.io.IOException { in getGeneralizedTime() method in DerValue