Searched refs:getUTCTime (Results 1 – 10 of 10) sorted by relevance
86 notBefore = derVal.data.getUTCTime(); in construct()94 notAfter = derVal.data.getUTCTime(); in construct()
465 this.revocationDate = derVal.data.getUTCTime(); in parse()
1130 thisUpdate = derStrm.getUTCTime(); in parse()1144 nextUpdate = derStrm.getUTCTime(); in parse()
574 public Date getUTCTime() throws IOException { in getUTCTime() method in DerInputStream577 return buffer.getUTCTime(getLength(buffer)); in getUTCTime()
745 public Date getUTCTime() throws IOException { in getUTCTime() method in DerValue749 return buffer.getUTCTime(data.available()); in getUTCTime()
261 public Date getUTCTime(int len) throws IOException { in getUTCTime() method in DerInputBuffer
272 values[i] = attrValueSet[i].getUTCTime().toString(); in parse()
183 public java.util.Date getUTCTime() throws java.io.IOException { in getUTCTime() method in DerInputStream
211 public java.util.Date getUTCTime() throws java.io.IOException { in getUTCTime() method in DerValue
542 value = (new DerInputStream(elems[0].toByteArray())).getUTCTime(); in PKCS9Attribute()