Searched refs:revocationTime (Results 1 – 2 of 2) sorted by relevance
687 private final Date revocationTime; field in OCSPResponse.SingleResponse702 revocationTime = derVal.data.getGeneralizedTime(); in SingleResponse()722 debug.println("Revocation time: " + revocationTime); in SingleResponse()726 revocationTime = null; in SingleResponse()802 return (Date) revocationTime.clone(); in getRevocationTime()823 sb.append("revocationTime is " + revocationTime + "\n"); in toString()
736 Date revocationTime = rs.getRevocationTime();737 if (revocationTime.before(params.date())) {739 revocationTime, rs.getRevocationReason(),