Interface CertificateErrorCallback.Params
- Enclosing interface:
- CertificateErrorCallback
public static interface CertificateErrorCallback.Params
The parameters of the
CertificateErrorCallback.-
Method Summary
Modifier and TypeMethodDescriptiondefault CertificateReturns the SSL certificate bound to the request which the certificate error occurred in.default NetErrorerror()Returns the network error code which describes the reason of the certificate error.default booleanIndicates whether the navigation is taking place in the main frame.default Stringurl()Returns a string that represents the URL of the request that required the client certificate selection.
-
Method Details
-
error
Returns the network error code which describes the reason of the certificate error. -
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
Returns the SSL certificate bound to the request which the certificate error occurred in.
-