diff options
author | Pete Bentley <prb@google.com> | 2020-01-09 17:44:09 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-01-09 17:44:09 +0000 |
commit | 3979b1a663c29c36c99b0d39564a855847f4150f (patch) | |
tree | da2c39c64d1ccd8a1d49f5b50121da950d4ad596 /mmodules | |
parent | 594d10817ca86ebb5df2f3e409b4f0b7787b03db (diff) | |
parent | 6f0f8c1cee6a629ded601c6ff08b8461d50acb1e (diff) |
Merge "Add a Core Platform API to change the default hostname verifier."
Diffstat (limited to 'mmodules')
-rw-r--r-- | mmodules/core_platform_api/api/platform/current-api.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mmodules/core_platform_api/api/platform/current-api.txt b/mmodules/core_platform_api/api/platform/current-api.txt index 28231569cb..9d67dc6ab5 100644 --- a/mmodules/core_platform_api/api/platform/current-api.txt +++ b/mmodules/core_platform_api/api/platform/current-api.txt @@ -925,6 +925,14 @@ package javax.crypto { } +package javax.net.ssl { + + public abstract class HttpsURLConnection extends java.net.HttpURLConnection { + method public static javax.net.ssl.HostnameVerifier getStrictHostnameVerifier(); + } + +} + package libcore.content.type { public final class MimeMap { |