Class OcspResponse


  • public class OcspResponse
    extends Object
    • Method Detail

      • status

        public OcspResponse.Status status()
        The OCSP response status, saying if the certificate is valid or not.
      • thisUpdate

        public Date thisUpdate()
        The date of the given OCSP update, never null.
      • nextUpdate

        public Date nextUpdate()
        The future date of the next OCSP update, if any. This field is optional, and if null, indicates that an update is available at any time.