Home
last modified time | relevance | path

Searched refs:certError (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwContentsClientBridge.java46 private boolean allowCertificateError(int certError, byte[] derBytes, final String url, in allowCertificateError() argument
53 final SslError sslError = SslUtil.sslErrorFromNetErrorCode(certError, cert, url); in allowCertificateError()