@FunctionalInterface public interface TlsTrustManagersProvider
trust managers
to be used by the SDK when
creating the SSL context. Trust managers are used when the client is checking
if the remote host can be trusted.Modifier and Type | Method and Description |
---|---|
TrustManager[] |
trustManagers() |
TrustManager[] trustManagers()
TrustManager
s, or null
.