jdk/src/java.base/share/classes/sun/security/provider/certpath/OCSPResponse.java
changeset 32649 2ee9017c7597
parent 32032 22badc53802f
child 34687 d302ed125dc9
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
   758     }
   758     }
   759 
   759 
   760     /*
   760     /*
   761      * A class representing a single OCSP response.
   761      * A class representing a single OCSP response.
   762      */
   762      */
   763     public final static class SingleResponse implements OCSP.RevocationStatus {
   763     public static final class SingleResponse implements OCSP.RevocationStatus {
   764         private final CertId certId;
   764         private final CertId certId;
   765         private final CertStatus certStatus;
   765         private final CertStatus certStatus;
   766         private final Date thisUpdate;
   766         private final Date thisUpdate;
   767         private final Date nextUpdate;
   767         private final Date nextUpdate;
   768         private final Date revocationTime;
   768         private final Date revocationTime;