The trust manager used to secure HTTPS connections.
public Unit trustManager(X509TrustManager trustManager)The trust manager used to secure HTTPS connections. If this is set, then [sslSocketFactory] must also be set. If unset, then the system default is used. Most applications should not call this method, and instead use the system default. The default include special optimizations that can be lost if the implementation is modified.
| Name | Type | Description |
|---|---|---|
trustManager* | X509TrustManager? |