Searched refs:fromTimestamp (Results 1 – 5 of 5) sorted by relevance
33 public static Instant fromTimestamp(Long value) { in fromTimestamp() method in InstantConverter
317 return InstantConverter.fromTimestamp(lastBadCertTimeStartMillis); in getLastBadCertTimeStart()331 return InstantConverter.fromTimestamp(lastBadCertTimeEndMillis); in getLastBadCertTimeEnd()
191 resp.lastBadCertTimeStart = InstantConverter.fromTimestamp( in parseDeviceConfig()198 resp.lastBadCertTimeEnd = InstantConverter.fromTimestamp( in parseDeviceConfig()
181 InstantConverter.fromTimestamp(expirationDate))); in associateCertsWithKeys()
146 Instant expiredInstant = InstantConverter.fromTimestamp(System.currentTimeMillis()) in testUpdate()