Uses of Interface
org.conscrypt.ConscryptHostnameVerifier
-
Packages that use ConscryptHostnameVerifier Package Description org.conscrypt -
-
Uses of ConscryptHostnameVerifier in org.conscrypt
Classes in org.conscrypt that implement ConscryptHostnameVerifier Modifier and Type Class Description classOkHostnameVerifierA HostnameVerifier consistent with RFC 2818.Methods in org.conscrypt that return ConscryptHostnameVerifier Modifier and Type Method Description static ConscryptHostnameVerifierConscrypt. getDefaultHostnameVerifier(TrustManager trustManager)Returns the currently-set default hostname verifier for Conscrypt trust managers.static ConscryptHostnameVerifierConscrypt. getHostnameVerifier(TrustManager trustManager)Returns the currently-set hostname verifier for the given trust manager.static ConscryptHostnameVerifierConscrypt. wrapHostnameVerifier(HostnameVerifier verifier)Wraps the HttpsURLConnection.HostnameVerifier into a ConscryptHostnameVerifierMethods in org.conscrypt with parameters of type ConscryptHostnameVerifier Modifier and Type Method Description static voidConscrypt. setDefaultHostnameVerifier(ConscryptHostnameVerifier verifier)Set the default hostname verifier that will be used for HTTPS endpoint identification by Conscrypt trust managers.static voidConscrypt. setHostnameVerifier(TrustManager trustManager, ConscryptHostnameVerifier verifier)Set the hostname verifier that will be used for HTTPS endpoint identification by the given trust manager.
-