Interface CertificateErrorCallback.Params

Enclosing interface:
CertificateErrorCallback

public static interface CertificateErrorCallback.Params
The parameters of the CertificateErrorCallback.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Certificate
    Returns the SSL certificate bound to the request which the certificate error occurred in.
    default NetError
    Returns the network error code which describes the reason of the certificate error.
    default boolean
    Indicates whether the navigation is taking place in the main frame.
    default String
    url()
    Returns a string that represents the URL of the request that required the client certificate selection.
  • Method Details

    • error

      default NetError error()
      Returns the network error code which describes the reason of the certificate error.
    • url

      default String url()
      Returns a string that represents the URL of the request that required the client certificate selection.
    • isMainFrame

      default boolean isMainFrame()
      Indicates whether the navigation is taking place in the main frame.
    • certificate

      default Certificate certificate()
      Returns the SSL certificate bound to the request which the certificate error occurred in.