Interface CertificateErrorCallback.Params
- Enclosing interface:
- CertificateErrorCallback
public static interface CertificateErrorCallback.Params
The parameters of the
CertificateErrorCallback
.-
Method Summary
Modifier and TypeMethodDescriptiondefault Certificate
Returns the SSL certificate bound to the request which the certificate error occurred in.default NetError
error()
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
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.
-