Class OcspResponse

java.lang.Object
io.netty.handler.ssl.ocsp.OcspResponse

public class OcspResponse extends Object
  • Constructor Details

  • Method Details

    • 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.
    • toString

      public String toString()
      Overrides:
      toString in class Object