类的使用
com.lark.oapi.okhttp.CertificatePinner
使用CertificatePinner的程序包
-
com.lark.oapi.okhttp中CertificatePinner的使用
修饰符和类型方法说明CertificatePinner.Builder.build()Address.certificatePinner()Returns this address's certificate pinner, or null if this is not an HTTPS address.OkHttpClient.certificatePinner()参数类型为CertificatePinner的com.lark.oapi.okhttp中的方法修饰符和类型方法说明OkHttpClient.Builder.certificatePinner(CertificatePinner certificatePinner) Sets the certificate pinner that constrains which certificates are trusted.参数类型为CertificatePinner的com.lark.oapi.okhttp中的构造器限定符构造器说明Address(String uriHost, int uriPort, Dns dns, SocketFactory socketFactory, SSLSocketFactory sslSocketFactory, HostnameVerifier hostnameVerifier, CertificatePinner certificatePinner, Authenticator proxyAuthenticator, Proxy proxy, List<Protocol> protocols, List<ConnectionSpec> connectionSpecs, ProxySelector proxySelector)